Share via


WebViewHandler.MapEvaluateJavaScriptAsync Method

Definition

public:
 static void MapEvaluateJavaScriptAsync(Microsoft::Maui::Handlers::IWebViewHandler ^ handler, Microsoft::Maui::IWebView ^ webView, System::Object ^ arg);
public static void MapEvaluateJavaScriptAsync (Microsoft.Maui.Handlers.IWebViewHandler handler, Microsoft.Maui.IWebView webView, object? arg);
static member MapEvaluateJavaScriptAsync : Microsoft.Maui.Handlers.IWebViewHandler * Microsoft.Maui.IWebView * obj -> unit
Public Shared Sub MapEvaluateJavaScriptAsync (handler As IWebViewHandler, webView As IWebView, arg As Object)

Parameters

handler
IWebViewHandler
webView
IWebView
arg
Object

Applies to