HttpRequestBase::PathInfo Property

 

When overridden in a derived class, gets additional path information for a resource that has a URL extension.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property String^ PathInfo {
	virtual String^ get();
}

Property Value

Type: System::String^

The additional path information for the resource.

Exception Condition
NotImplementedException

Always.

For the URL Http://www.contoso.com/virdir/page.html/tail, the PathInfo value is /tail.

.NET Framework
Available since 3.5
Return to top
Show: