HttpRuntime.AppDomainAppVirtualPath 属性

定义

获取包含承载在当前应用程序域中的应用程序的目录的虚拟路径。

public:
 static property System::String ^ AppDomainAppVirtualPath { System::String ^ get(); };
public static string AppDomainAppVirtualPath { get; }
member this.AppDomainAppVirtualPath : string
Public Shared ReadOnly Property AppDomainAppVirtualPath As String

属性值

String

包含承载在当前应用程序域中的应用程序的目录的虚拟路径。

适用于