开发者

meaning of "strongly typed view"

开发者 https://www.devze.com 2023-01-11 10:14 出处:网络
What is the meaning of \"strongly typed view\" in A开发者_运维技巧SP.Net MVC.The type you return from the controller should match the type of your view.

What is the meaning of "strongly typed view" in A开发者_运维技巧SP.Net MVC.


The type you return from the controller should match the type of your view.

e.g if your view Inherits="System.Web.Mvc.ViewPage<MyModel>" then your controller should return MyModel

0

精彩评论

暂无评论...
验证码 换一张
取 消