HostingEnvironment.ApplicationVirtualPath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得應用程式的根虛擬路徑。
public:
static property System::String ^ ApplicationVirtualPath { System::String ^ get(); };
public static string ApplicationVirtualPath { get; }
member this.ApplicationVirtualPath : string
Public Shared ReadOnly Property ApplicationVirtualPath As String
屬性值
應用程式的根虛擬路徑 (結尾沒有斜線 (/))。
備註
屬性 ApplicationVirtualPath 一律會傳回 「 /"
做為傳回值的第一個字元。 如果應用程式位於網站的根目錄中,則傳回值只是 「 /"
。