Redirect to controller (but with a different master) using a catchall wildcard

后端 未结 6 2082
故里飘歌
故里飘歌 2021-01-01 06:16

I have a problem whereby I want to display a view differently (a different master page), depending on where it came from, but don\'t know where to start...

I have se

6条回答
  •  北海茫月
    2021-01-01 06:54

    It may be the devils work but you could put some code in the Partner View's codebehind to look at the URL and then set the master page programmatically in there?

提交回复
热议问题