1 implementation of HostPage
Microsoft.AspNetCore.Components.WebView.Maui (1)
BlazorWebView.cs (1)
33 public string? HostPage { get; set; }
2 references to HostPage
Microsoft.AspNetCore.Components.WebView.Maui (2)
BlazorWebViewHandler.cs (2)
26 [nameof(IBlazorWebView.HostPage)] = MapHostPage, 48 /// Maps the <see cref="IBlazorWebView.HostPage"/> property to the specified handler.