BlazorWebViewHandler.MapHostPage(BlazorWebViewHandler, IBlazorWebView) 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 HostPage property to the specified handler.
public:
static void MapHostPage(Microsoft::AspNetCore::Components::WebView::Maui::BlazorWebViewHandler ^ handler, Microsoft::AspNetCore::Components::WebView::Maui::IBlazorWebView ^ webView);
public static void MapHostPage (Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler handler, Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView webView);
static member MapHostPage : Microsoft.AspNetCore.Components.WebView.Maui.BlazorWebViewHandler * Microsoft.AspNetCore.Components.WebView.Maui.IBlazorWebView -> unit
Public Shared Sub MapHostPage (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.