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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.