first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

“How can I add a class attribute via Html.BeginForm?”; stackoverflow.com; Marwan Aouida

Html.BeginForm("DoSearch", "Search", FormMethod.Post, new { @class = "myclass"}))

[http://stackoverflow.com/questions/879266/ how-can-i-add-a-class-attribute-via-html-beginform]

mod date: 2009-10-14T04:57:42.000Z