1 write to HostPage
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
BlazorWebView.cs (1)
95 private void ResetHostPage() => HostPage = null;
4 references to HostPage
Microsoft.AspNetCore.Components.WebView.WindowsForms (4)
BlazorWebView.cs (4)
96 private bool ShouldSerializeHostPage() => !string.IsNullOrEmpty(HostPage); 100 /// to be used directly in the specified <see cref="HostPage"/>. 152 HostPage != null && 186 var hostPageFullPath = Path.GetFullPath(Path.Combine(appRootDir, HostPage!)); // HostPage is nonnull because RequiredStartupPropertiesSet is checked above