asp.net.ph

HttpWorkerRequest.GetPathInfo Method

System.Web Namespace   HttpWorkerRequest Class


Returns additional path information for a resource with a URL extension. That is, for the path/virdir/page.aspx/tail, the GetPathInfo value is/tail.

[ VB ]
<ComVisible ( False ) >
Overridable Public Function GetPathInfo ( ) As String

[ C# ]
 [ ComVisible ( false ) ] 
public virtual string GetPathInfo ( );

[ C++ ]
 [ ComVisible ( false ) ] 
public: virtual String* GetPathInfo ( );

[ JScript ]
public ComVisible ( false ) 
function GetPathInfo ( ) : String;

Return Value

Additional path information for a resource.

See Also

HttpWorkerRequest Members   HttpRuntime Class Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note