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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 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 asp.net.ph