asp.net mvc - FormBuilder in ASP .NET MVC 4 -
i've got simple question. in symfony 2 able use formbuilder create forms, see link more info http://symfony.com/doc/current/book/forms.html.
does asp .net mvc 4 has this?
this example of using forms in asp .net mvc 4 :
@using (html.beginform())
{
@html.actionlink("back list", "index")
}
here basic tutorial on how use forms , mvc :
Comments
Post a Comment