MVC - Accessing css, image, js files in view folder

后端 未结 4 1829
抹茶落季
抹茶落季 2020-12-11 15:00

In my mvc 3 application, assuming I have a folder structure like \\Views\\Account\\js\\custom.js How do I add that file to my view in the Account\\index.c

4条回答
  •  离开以前
    2020-12-11 15:38

    The best way is to use T4MVC - http://mvccontrib.codeplex.com/wikipage?title=T4MVC No need to use magic strings...

提交回复
热议问题