HttpRequestWrapper::Path Property

 

Gets the virtual path of the current request.

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

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

Property Value

Type: System::String^

The virtual path of the current request.

.NET Framework
Available since 3.5
Return to top
Show: