11 references to BlazorWebView
Microsoft.AspNetCore.Components.WebView.WindowsForms (11)
BlazorWebView.cs (7)
33 /// Creates a new instance of <see cref="BlazorWebView"/>. 53 /// is controlled by the <see cref="BlazorWebView"/> that is hosting it. 170 var logger = Services.GetService<ILogger<BlazorWebView>>() ?? NullLogger<BlazorWebView>.Instance; 246 /// Creates a file provider for static assets used in the <see cref="BlazorWebView"/>. The default implementation 313 /// Custom control collection that ensures that only the owning <see cref="BlazorWebView"/> can add 318 public BlazorWebViewControlCollection(BlazorWebView owner) : base(owner)
RootComponent.cs (3)
12 /// Describes a root component that can be added to a <see cref="BlazorWebView"/>. 19 /// <param name="selector">The CSS selector string that specifies where in the document the component should be placed. This must be unique among the root components within the <see cref="BlazorWebView"/>.</param> 36 /// This must be unique among the root components within the <see cref="BlazorWebView"/>.
src\BlazorWebView\src\SharedSource\BlazorWebViewServiceCollectionExtensions.cs (1)
23 /// Configures <see cref="IServiceCollection"/> to add support for <see cref="BlazorWebView"/>.