Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有时我的基本路径我
http://localhost/mywebsite/controller/index
有时是
http://www.mywebsite.com/controller/index
我怎样才能始终获得正确的基本路径?
您可以使用 @Url.Action("Index","Controller")
为了正确指向您的 Content 文件夹,请执行 @Url.Content("~/Content/blah")