HttpRequestWrapper::PhysicalApplicationPath Property

 

Gets the physical file-system path of the current application's root directory.

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

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

Property Value

Type: System::String^

The file-system path of the current application's root directory.

.NET Framework
Available since 3.5
Return to top
Show: