Skip to content

Instantly share code, notes, and snippets.

@anova
Created June 16, 2021 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anova/c1e943c55b1b1bdab2e1147188382157 to your computer and use it in GitHub Desktop.
Save anova/c1e943c55b1b1bdab2e1147188382157 to your computer and use it in GitHub Desktop.
Add css class to azure html.beginform helper
@* http://www.programmerguide.net/2013/04/adding-class-attribute-via.html *@
@using (Html.BeginForm("Register", "Customer", FormMethod.Post, new { @class = "customer-register-form" }))
{
@Html.AntiForgeryToken()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment