Html.BeginForm("actionName","controllerName",FormMethod.POST,new{@class="className"})
"actionName"
,
"controllerName"
,FormMethod.POST,
new
{@
class
=
"className"
})