@using (Html.BeginForm(method: FormMethod.Get))
这里VS抱怨说,最好的重载没有参数方法。谢谢!
@using (Html.BeginForm("someAction","someController",FormMethod.Get)) { ... }