路径的获取

测试的url地址是http://www.test.com/testweb/default.aspx,   结果如下:

Request.ApplicationPath:   /testweb
Request.CurrentExecutionFilePath:   /testweb/default.aspx
Request.FilePath:   /testweb/default.aspx
Request.Path:   /testweb/default.aspx
Request.PathInfo:  
Request.PhysicalApplicationPath:   E:\WWW\testweb\
Request.PhysicalPath:   E:\WWW\testweb\default.aspx
Request.RawUrl:   /testweb/default.aspx
Request.Url.AbsolutePath:   /testweb/default.aspx
Request.Url.AbsoluteUri:   http://www.test.com/testweb/default.aspx
Request.Url.Host:   www.test.com
Request.Url.LocalPath:   /testweb/default.aspx

posted @ 2012-09-20 09:28  RyanRuan  阅读(146)  评论(0编辑  收藏  举报
View Code