当前位置:主页 > 软件编程 > .NET代码 >

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

时间:2021-03-16 10:21:31 | 栏目:.NET代码 | 点击:

非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();

您可能感兴趣的文章:

相关文章