在运行时切换 MasterPageFile
在运行时,有没有办法指定视图应使用哪个 MasterPageFile?
基本上,当渲染视图时,我需要告诉它使用哪个母版页文件,该文件可以从数据库或其他东西获得。
During runtime, is there a way to specify which MasterPageFile a view should use?
Basically when the view is rendered I need to tell it which Master Page File to use which may be obtained from a database or something.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没关系,我找到了。 View() 方法中有一个重写,它将母版页作为参数。
It's OK I found it. There is an overide in the View() method that takes a master page as an argument.