HttpRequestWrapper::PhysicalPath Property

 

Gets the physical file-system path of the requested resource.

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

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

Property Value

Type: System::String^

The file-system path of the requested resource.

.NET Framework
Available since 3.5
Return to top
Show: