Return to Snippet

Revision: 42148
at February 28, 2011 15:29 by tonatiuh


Initial Code
<% using (Html.BeginForm("Index", "home", FormMethod.Post, new { enctype = "multipart/form-data" }))
{%>
  <%= Html.TextBox("textboxId")%>                      
<%}%>

Initial URL


Initial Description


Initial Title
Form helper in visual c#

Initial Tags
form, c#

Initial Language
C#