1 write to HostPage
Microsoft.AspNetCore.Components.WebView.Maui (1)
BlazorWebViewHandler.cs (1)
55 handler.HostPage = webView.HostPage;
3 references to HostPage
Microsoft.AspNetCore.Components.WebView.Maui (3)
iOS\BlazorWebViewHandler.iOS.cs (3)
156 HostPage != null && 173 var contentRootDir = Path.GetDirectoryName(HostPage!) ?? string.Empty; 174 var hostPageRelativePath = Path.GetRelativePath(contentRootDir, HostPage!);