7 references to BlazorWebView
Microsoft.AspNetCore.Components.WebView.Maui (7)
BlazorWebView.cs (2)
19
/// Initializes a new instance of <see cref="
BlazorWebView
"/>.
38
public static readonly BindableProperty StartPathProperty = BindableProperty.Create(nameof(StartPath), typeof(string), typeof(
BlazorWebView
), "/");
IBlazorWebView.cs (1)
38
/// Creates a file provider for static assets used in the <see cref="
BlazorWebView
"/>. The default implementation
RootComponent.cs (2)
13
/// Describes a root component that can be added to a <see cref="
BlazorWebView
"/>.
19
/// 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
"/>.
Standard\BlazorWebViewHandler.cs (1)
9
/// A <see cref="ViewHandler"/> for <see cref="
BlazorWebView
"/>.