HttpRequestWrapper.ApplicationPath 属性
定义
获取服务器上 ASP.NET 应用程序的根目录的虚拟路径。Gets the virtual path of the root of the ASP.NET application on the server.
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
属性值
当前应用程序的虚拟根路径。The virtual root path of the current application.