BlazorWebView.HostPage Property

Definition

Gets or sets the path to the HTML file to render.

This is an app relative path to the file such as 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

Property Value

Applies to