| |||||
Request.Path PropertySystem.Web Namespace HttpRequest Class Gets the virtual path of the current request. [ VB ] Public ReadOnly Property Path As String [ C# ] public string Path {get;} [ C++ ] public: __property String* get_Path ( ); [ JScript ] public function get Path ( ) : String; Property ValueThe virtual path of the current request. ExampleThe following example shows the simplest way to retrieve and display the Path for the current URL request. <%= Request.Path %> And which, for this page, returns the following: /aspxtreme/sys/Web/HttpRequestClassPath.aspx See AlsoRequest.ApplicationPath Request.FilePath Request.PathInfo Request.PhysicalApplicationPath Request.PhysicalPath Request.RawUrl Request.Url HttpRequest Members |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme