母版页和 MVC 视图母版页之间的区别
请检查下面的屏幕截图。母版页和 MVC 视图母版页之间的主要区别是什么。
何时应使用母版页以及何时应使用 MVC 视图母版页。
谢谢。
替代文本 http://mahinupta.com/mahinupta/public/img/MsaterPage.png< /a>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
区别在于基类。在 ASP.NET MVC 应用程序中,您应该使用派生自 ViewMasterPage 并且您可以访问帮助程序,并且可以将其强类型化为模型。
The difference is the base class. In an ASP.NET MVC application you should use MVC View Master Page which derives from ViewMasterPage and you have access to helpers and it can be strongly typed to a model.