BlazorWebView.HostPage 屬性

定義

應用程式靜態檔案內主機頁面的路徑。 例如: wwwroot\index.html 。 此屬性必須設定為有效的值,才能啟動Razor元件。

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

屬性值

適用於