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