HttpRequestWrapper.PhysicalApplicationPath 属性

定义

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

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

属性值

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

适用于