可以从控制器指定 MasterPage 吗?
我有几个不同的用户类型(管理员、用户)和每个用户类型的母版页。我开始创建一些将由两个用户类型使用的视图,我想以编程方式分配母版页(基于 _currentUser)。
可能的?
谢谢
I have a couple different userTypes (Admin, User) and a MasterPage for each. I am beginning to create some Views that will be used by both userTypes where i would like to assign the MasterPage programmaticly (based on _currentUser).
Possible?
thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Controller.View() 重载
在控制器中 来确定视图以及它应该使用的母版页。
Use Controller.View() overload
in your controller to determine the view and the master page it should use.