Can a asp.net mvc view page have a webform control on it?

前端 未结 4 622
心在旅途
心在旅途 2021-01-13 17:52

Can a asp.net mvc view page have a webform control on it?

I think I read about it before, but I\'m not sure how it would work since MVC doesn\'t use viewstate etc?

4条回答
  •  清酒与你
    2021-01-13 18:18

    Not most web controls because they depend on ControlState and in some cases ViewState. Third parties like Telerik are adapting their controls to get around this, however the long-term goal is for people to build new controls that are more built around standards like JavaScript, jQuery, JSON, etc.

提交回复
热议问题