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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.