共用方式為


HttpRuntime.AppDomainAppPath 屬性

定義

取得目前應用程式定義域裡裝載 (Host) 應用程式的應用程式目錄的實體磁碟路徑。

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

屬性值

String

目前應用程式定義域裡裝載應用程式的應用程式目錄的實體磁碟路徑。

適用於