关于ASP.net中的PathInfo
发布日期:2021-06-30 19:17:51 浏览次数:2 分类:技术文章

本文共 1217 字,大约阅读时间需要 4 分钟。

 

Request Property

Function and Example

ApplicationPath

Returns the a Web server relative path to your application root

/WestwindWebStore/

PhysicalApplicationPath

Returns a local file system path to your application root

D:/inetpub/wwwroot/WestWindWebStore/

PhysicalPath

Returns the full file system path to the currently executing script

D:/inetpub/wwwroot/WestWindWebStore/Item.aspx

CurrentExecutionFilePath

FilePath

Path

In most situations all of these return the virtual path to the currently executing script relative to the Web Server root.

/WestwindWebStore/item.aspx

PathInfo

Returns any extra path following the script name. Rarely used – this value is usually blank.

/WestwindWebStore/item.aspx/ExtraPathInfo

RawUrl

Returns the application relative URL including querystring or pathinfo

/WestwindWebStore/item.aspx?sku=WWHELP30

Url

Returns the fully qualified URL including domain and protocol

http://www.west-wind.com/Webstore/item.aspx?sku=WWHELP30  

Page.TemplateSourceDirectory

Control.TemplateSourceDirectory

Returns the virtual path of the currently executing control (or page). Very useful if you need to know the location of your ASCX control instead of the location of the page.

/WestwindWebStore/admin

 

 

转载地址:https://linuxstyle.blog.csdn.net/article/details/211987 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:ASP.NET中的页面指示标识
下一篇:实现无刷新DropDownList联动效果

发表评论

最新留言

能坚持,总会有不一样的收获!
[***.219.124.196]2024年05月02日 17时45分11秒