1 implementation of RootComponents
Microsoft.AspNetCore.Components.WebView.Maui (1)
BlazorWebView.cs (1)
50
public RootComponentsCollection
RootComponents
{ get; }
3 references to RootComponents
Microsoft.AspNetCore.Components.WebView.Maui (3)
BlazorWebView.cs (1)
49
/// <inheritdoc cref="IBlazorWebView.
RootComponents
" />
BlazorWebViewHandler.cs (2)
27
[nameof(IBlazorWebView.
RootComponents
)] = MapRootComponents,
61
/// Maps the <see cref="IBlazorWebView.
RootComponents
"/> property to the specified handler.