protected override string DeployPath
{
get
{
return HttpContext.Current.Server.MapPath("/ZipFiles/");
}
}
C#获取部署路径
最新推荐文章于 2020-09-07 16:26:41 发布
protected override string DeployPath
{
get
{
return HttpContext.Current.Server.MapPath("/ZipFiles/");
}
}