A.Html.BeginForm("actionName","controllerName",FormMethod.POST,new{class="className"})
B.Html.BeginForm("actionName","controllerName",FormMethod.POST,new{@style="className"})
C.Html.BeginForm("actionName","controllerName",FormMethod.POST,new{@class="className"})
D.以上都对