Global.asax取绝对路径的方法
摘要:在Global.asax文件中取绝对路径的方法:复制代码代码如下:stringabsolutelyPath=AppDomain.Curren...
在Global.asax文件中取绝对路径的方法:
复制代码 代码如下:
string absolutelyPath =AppDomain.CurrentDomain.BaseDirectory;
【Global.asax取绝对路径的方法】相关文章:
★ AjaxControlToolKit CalendarExtender(日历扩展控件)的使用方法
★ this connector is disabled错误的解决方法
★ .NET 2.0获取配置文件AppSettings和ConnectionStrings节数据的方法