C#中获取路径的几种方法[组图]_C/C++语言_黑客防线网安服务器维护基地--Powered by WWW.RONGSEN.COM.CN

C#中获取路径的几种方法[组图]

作者:黑客防线网安C/C++教程基地 来源:黑客防线网安C/C++教程基地 浏览次数:0

本篇关键词:组图方法路径获取
黑客防线网安网讯:    前一段时间写代码时经常遇到获取路径问题,总是感觉有点乱,于是就总结了下,大家若有需要可以参考<!--[if !supportLists]-->1.    <!--[endif]-->在.Net中web开发时<!--[if !supportLists...

    前一段时间写代码时经常遇到获取路径问题,总是感觉有点乱,于是就总结了下,大家若有需要可以参考

<!--[if !supportLists]-->1.    <!--[endif]-->在.Net中web开发时

<!--[if !supportLists]-->(1)  <!--[endif]-->~/在runat=server的控件中会自动被解析为Request.ApplicationPath的值,是当前应用程序的目录 如

<!--[if !vml]--><!--[endif]-->

~/userCommunity/index.aspx则对应为/HENU.RCenter.Internal/UserCommunity

(2) ./表示当前目录

(3)../表示上一层目录 如UserCommunity文件夹下的文件中可以以:../module/来访问module中的文件

2 获取当前请求页面的路径:Request.FilePath

3 获取项目下的文件路径:

string path=AppDomain. CurrentDomain .SetUpInformation.ApplicationBase+文件夹+文件

如获取项目下的temp文件夹下文件的路径

<!--[if !vml]--><!--[endif]-->

可以用:string savePath = AppDomain.CurrentDomain.SetupInformation.ApplicationBase + "temp" + @"" + filename

4 Server.MapPath用法:

<!--[if !vml]--><!--[endif]-->

若在项目下Content文件夹下的UserInfoManager.aspx代码中写如下路径

this.tempPath = Server.MapPath("UploadResourceImage\");

则返回 D:wxm练习ContentUploadResourceImage

 

    黑客防线网安服务器维护方案本篇连接:http://www.rongsen.com.cn/show-14983-1.html
网站维护教程更新时间:2012-04-04 22:47:33  【打印此页】  【关闭
我要申请本站N点 | 黑客防线官网 |  
专业服务器维护及网站维护手工安全搭建环境,网站安全加固服务。黑客防线网安服务器维护基地招商进行中!QQ:29769479

footer  footer  footer  footer