gpt4 book ai didi

asp.net - 如何在 ASP.NET MVC 中获取相对路径

转载 作者:行者123 更新时间:2023-12-03 18:24:26 25 4
gpt4 key购买 nike

你如何计算 ASP.NET MVC 中的相对路径?

最佳答案

此外,如果您想要 Controller 内的相对路径,您可以使用:

string pathName = VirtualPathUtility.ToAbsolute(string.Format(@"~/images/PhotoAlbum/{0}/", propertyId));

或者:
string pathName = VirtualPathUtility.ToAppRelative(string.Format(@"~/images/PhotoAlbum/{0}/", propertyId));

根据您的需要..

希望这可以帮助。

关于asp.net - 如何在 ASP.NET MVC 中获取相对路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3674548/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com