BlazorWebView.HostPage 屬性

定義

取得或設定要轉譯之 HTML 檔案的路徑。

這是檔案的應用程式相對路徑,例如 wwwroot\index.html

public:
 property System::String ^ HostPage { System::String ^ get(); void set(System::String ^ value); };
public string? HostPage { get; set; }
member this.HostPage : string with get, set
Public Property HostPage As String

屬性值

適用於