How to pass Array to MVC Controller with Jquery?
问题 I am beginner to develope .Net MVC 5 application. But I have some problem with passing array or object to controller with Jquery. I'm adding dynamically input fields with button. I want to pass input's data to controller. But I couldn't succeed. Html Section is like that; <div id='TextBoxesGroup'> <div id="TextBoxDiv1"> <label>Textbox #1 : </label><input type='text' id='textbox1'> </div> </div> <input type='button' value='Add Button' id='addButton'> <input type='button' value='Remove Button'