7 references to AddRootComponentAsync
Microsoft.AspNetCore.Components.WebView (1)
WebViewManager.cs (1)
118
/// <param name="selector">The CSS selector describing where in the page the component was placed. This must exactly match the selector provided on an earlier call to <see cref="
AddRootComponentAsync
(Type, string, ParameterView)"/>.</param>
Microsoft.AspNetCore.Components.WebView.Maui (2)
RootComponent.cs (1)
50
return webViewManager.
AddRootComponentAsync
(ComponentType, Selector, parameterView);
src\BlazorWebView\src\SharedSource\StaticContentHotReloadManager.cs (1)
65
manager.
AddRootComponentAsync
(typeof(StaticContentChangeNotifier), "body::after", ParameterView.Empty);
Microsoft.AspNetCore.Components.WebView.WindowsForms (2)
RootComponent.cs (1)
53
return webViewManager.
AddRootComponentAsync
(ComponentType, Selector, parameterView);
src\BlazorWebView\src\SharedSource\StaticContentHotReloadManager.cs (1)
65
manager.
AddRootComponentAsync
(typeof(StaticContentChangeNotifier), "body::after", ParameterView.Empty);
Microsoft.AspNetCore.Components.WebView.Wpf (2)
RootComponent.cs (1)
49
return webViewManager.
AddRootComponentAsync
(ComponentType, Selector, parameterView);
src\BlazorWebView\src\SharedSource\StaticContentHotReloadManager.cs (1)
65
manager.
AddRootComponentAsync
(typeof(StaticContentChangeNotifier), "body::after", ParameterView.Empty);