HybridWebView.HybridRoot 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
應用程式「原始」資產資源內包含 Web 應用程式內容的路徑。 例如,如果檔案位於 [ProjectFolder]/Resources/Raw/hybrid_root
中,請將此屬性設定為 「hybrid_root」。。
預設值為 wwwroot
,對應至 [ProjectFolder]/Resources/Raw/wwwroot
。
public:
property System::String ^ HybridRoot { System::String ^ get(); void set(System::String ^ value); };
public string? HybridRoot { get; set; }
member this.HybridRoot : string with get, set
Public Property HybridRoot As String