Dynamically changing Master Template in ASP.NET MVC

前端 未结 3 1639
执笔经年
执笔经年 2020-12-30 16:12

I have the requirement to support different Master pages on my application (ASP.NET MVC). What is the recommended way to:

  1. Pass the master page name to the view
3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-30 16:25

    Why not keep the Master Page on the user profile? Then just change it on the PreLoad event.

    http://www.odetocode.com/articles/440.aspx

提交回复
热议问题