Global.asax取绝对路径的方法
编程学习 2021-07-04 22:40www.dzhlxh.cn编程入门
通过string absolutelyPath可设置对路径,具体代码如下,感兴趣的朋友可以参考下哈,希望对你有所帮助
在Global.asax文件中取绝对路径的方法:
string absolutelyPath =AppDomain.CurrentDomain.BaseDirectory;
代码如下:
string absolutelyPath =AppDomain.CurrentDomain.BaseDirectory;