I Have a question.
I need to pass a value in C# and MVC3 to a controller but I don’t know how.
The code in my view is :
@html.textbox("Name");
<input value="Envoyer" type="submit">
How can I get the value of name to my controller, please ?
Thanks
there is another way.