HttpRequestWrapper.ApplicationPath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取服务器上 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
属性值
当前应用程序的虚拟根路径。