TemplateControl.AppRelativeVirtualPath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要在其中剖析和編譯控制項之檔案的應用程式相對虛擬目錄路徑。
public:
property System::String ^ AppRelativeVirtualPath { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string AppRelativeVirtualPath { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AppRelativeVirtualPath : string with get, set
Public Property AppRelativeVirtualPath As String
屬性值
表示路徑的字串。
- 屬性
例外狀況
設定的路徑為 null
。
設定的路徑不是根目錄。
備註
當定義 TemplateControl 控制項的檔案位於處理要求之頁面以外的目錄中時,請使用 AppRelativeVirtualPath 屬性傳回應用程式相對的虛擬路徑。 TemplateControl
屬性 AppRelativeTemplateSourceDirectory 會根據 屬性中所設定的 AppRelativeVirtualPath 虛擬路徑來設定。