码迷,mamicode.com
首页 > 移动开发 > 详细

asp.net .ashx,cs文件使用server.mappath解决方法

时间:2015-11-25 13:29:12      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:

asp.net .ashx文件使用server.mappath解决方法:

System.Web.HttpContext.Current.Server.MapPath

在类文件中使用:

System.Web.HttpServerUtility server = System.Web.HttpContext.Current.Server;
server.MapPath(...)

asp.net .ashx,cs文件使用server.mappath解决方法

标签:

原文地址:http://www.cnblogs.com/leeafei/p/4994295.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!