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 :

http://www.codeproject.com/articles/207797/learn-mvc-model-view-controller-step-by-step-in-7#step2:-%20creating%20the%20input%20html%20form%20using%20helper%20classes


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -