共用方式為


HttpConfigurationContext.VirtualPath 屬性

定義

取得 Web.config 組態檔的虛擬路徑。

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

屬性值

Web.config 檔的虛擬路徑; 評估 Machine.config 時為 Null;評估網站的根 (Root) Web.config 檔時,則為空字串 ("")。

適用於