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