在 .ASPX 视图(不是 Razor)中...是否可能...或...我如何修改上的操作
Html.BeginForm("**ACTION**", "controllername", FormMethod.Post, new { id = "formId" }))
在调用视图之前从控制器的 ActionResult 中获取视图?
在 .ASPX 视图(不是 Razor)中...是否可能...或...我如何修改上的操作
Html.BeginForm("**ACTION**", "controllername", FormMethod.Post, new { id = "formId" }))
在调用视图之前从控制器的 ActionResult 中获取视图?