HttpRequestWrapper.ApplicationPath 属性

定义

获取服务器上 ASP.NET 应用程序的根目录的虚拟路径。

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

属性值

String

当前应用程序的虚拟根路径。

适用于