Format ASP.Net MVC app for desktop and mobile browser

前端 未结 3 1006
猫巷女王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:22

    ScottHa has this post about targeting multiple devices with ASP.NET MVC addressing that same problem.

    I would suggest either in the view or in something between the controller and the view (the ViewEngine...)

提交回复
热议问题