BlazorWebViewHandler.MapRootComponents Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps the RootComponents property to the specified handler.
public:
static void MapRootComponents(Microsoft::AspNetCore::Components::WebView::Maui::BlazorWebViewHandler ^ handler, Microsoft::AspNetCore::Components::WebView::Maui::IBlazorWebView ^ webView);
public static void MapRootComponents (Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler handler, Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView webView);
static member MapRootComponents : Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler * Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView -> unit
Public Shared Sub MapRootComponents (handler As BlazorWebViewHandler, webView As IBlazorWebView)
Parameters
- handler
- BlazorWebViewHandler
The BlazorWebViewHandler.
- webView
- IBlazorWebView
The IBlazorWebView.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.