ASP.NET MVC - Is IsPostBack still here?

前端 未结 11 2078
我在风中等你
我在风中等你 2020-12-09 17:09

I know, I know, I know. I shouldn\'t be doing webforms inside of MVC, I completely agree. But, the people who sign my paycheck will not approve a complete conversion of ou

11条回答
  •  暖寄归人
    2020-12-09 17:28

    Controllers do not inherit from System.Web.UI.Page. There is no isPostback property.

提交回复
热议问题