vb.net htmlattributes example

ASP.NET MVC Code
 
Example 1.
       < % Html.BeginForm("Create", "Model", "", "", New With {.id = "CreateForm"})%>
Example 2
       < % Html.BeginForm("Create", "Model", FormMethod.Post, New With {.id = "CreateForm"})%>

Popularity: 5% [?]

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks

May25

Leave a Reply