.net core 获取程序路径|获取程序根目录

宋昕
2023-12-01
//获取程序根目录  例如:F:\\项目源码\\web\bin\Debug\netcoreapp2.2
string basePath = AppContext.BaseDirectory;
 类似资料: