Format ASP.Net MVC app for desktop and mobile browser

前端 未结 3 1004
猫巷女王i
猫巷女王i 2021-02-04 19:56

I am working on an ASP.Net MVC application that with views that I want to be able to format for desktop browsers as well as mobile browsers. Both formats would use the same Con

3条回答
  •  [愿得一人]
    2021-02-04 20:20

    I would detect the browser in the controller and return the appropriate view. I guess you could override the view engine but that really seems like overkill to the extreme.

提交回复
热议问题