ASP.NET - path to use to reference .CSS and .JS

前端 未结 4 2088
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-10 03:10

I have a Master Page in the root of my project. I have Content Pages throughout my project and in subfolders referencing this Master Page. What is the correct way to refer

4条回答
  •  情歌与酒
    2020-12-10 03:35

    I do it as simple as this: link href="<%=ResolveUrl("~/common/css/global.css")%>"

提交回复
热议问题