C#教程

关注公众号 jb51net

关闭
首页 > 软件编程 > C#教程 > C#取得Web程序和非Web程序的根目录

C#取得Web程序和非Web程序的根目录的N种取法总结

作者:

C#取得Web程序和非Web程序的根目录的N种取法,方便大家知道,有更好的方法,请说明
非Web程序

1.AppDomain.CurrentDomain.BaseDirectory

2.Environment.CurrentDirectory

3.HttpRuntime.BinDirectory

The path to the current application's/bin directory.


Web程序

HttpCurrent.Context.Server.Mappath();
您可能感兴趣的文章:
阅读全文