Global.asax取绝对路径的方法

(编辑:jimmy 日期: 2025/7/7 浏览:2)

在Global.asax文件中取绝对路径的方法:
复制代码 代码如下:
string absolutelyPath =AppDomain.CurrentDomain.BaseDirectory;