HybridWebView.DefaultFile 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 內 HybridRoot 應做為預設檔案的 檔案。 預設值是 index.html
。
public:
property System::String ^ DefaultFile { System::String ^ get(); void set(System::String ^ value); };
public string? DefaultFile { get; set; }
member this.DefaultFile : string with get, set
Public Property DefaultFile As String