Using an MVC HtmlHelper from a WebForm

后端 未结 4 500
灰色年华
灰色年华 2020-12-01 05:28

I\'m in the process of adding some UI functionality to a hybrid WebForms/MVC site. In this case, I\'m adding some AJAX UI features to a WebForms page (via jQuery), and the

4条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-01 06:19

    By default, ASP.NET WebForms already include measures to validate events and viewstate. Phil Haack talks a little bit about that in the linked post. XSRF mitigation strategies are talked about here (Scott Hanselman) and here (Dino Esposito)

提交回复
热议问题