10 references to BlazorWebView
Microsoft.AspNetCore.Components.WebView.Maui (10)
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
iOS\BlazorWebViewHandler.iOS.cs (3)
21
/// The iOS and Mac Catalyst <see cref="ViewHandler"/> for <see cref="
BlazorWebView
"/>.
27
internal static string AppOrigin { get; } = "app://" +
BlazorWebView
.AppHostAddress + "/";
168
throw new InvalidOperationException($"Can't start {nameof(
BlazorWebView
)} without native web view instance.");
iOS\IOSWebViewManager.cs (1)
274
if (_currentUri?.Host ==
BlazorWebView
.AppHostAddress)
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
"/>.