HttpRequestBase.PhysicalApplicationPath 属性

定义

在派生类中替代时,获取当前应用程序的根目录的物理文件系统路径。

public:
 virtual property System::String ^ PhysicalApplicationPath { System::String ^ get(); };
public virtual string PhysicalApplicationPath { get; }
member this.PhysicalApplicationPath : string
Public Overridable ReadOnly Property PhysicalApplicationPath As String

属性值

当前应用程序的根目录的文件系统路径。

例外

适用于