1 implementation of IWebViewHandler
Microsoft.Maui (1)
Handlers\WebView\WebViewHandler.cs (1)
21 public partial class WebViewHandler : IWebViewHandler
12 references to IWebViewHandler
Microsoft.Maui (12)
Handlers\WebView\WebViewHandler.cs (5)
23 public static IPropertyMapper<IWebView, IWebViewHandler> Mapper = new PropertyMapper<IWebView, IWebViewHandler>(ViewHandler.ViewMapper) 36 public static CommandMapper<IWebView, IWebViewHandler> CommandMapper = new(ViewCommandMapper) 54 IWebView IWebViewHandler.VirtualView => VirtualView; 56 PlatformView IWebViewHandler.PlatformView => PlatformView;
Handlers\WebView\WebViewHandler.Standard.cs (7)
9 public static void MapSource(IWebViewHandler handler, IWebView webView) { } 10 public static void MapUserAgent(IWebViewHandler handler, IWebView webView) { } 12 public static void MapGoBack(IWebViewHandler handler, IWebView webView, object? arg) { } 13 public static void MapGoForward(IWebViewHandler handler, IWebView webView, object? arg) { } 14 public static void MapReload(IWebViewHandler handler, IWebView webView, object? arg) { } 15 public static void MapEval(IWebViewHandler handler, IWebView webView, object? arg) { } 16 public static void MapEvaluateJavaScriptAsync(IWebViewHandler handler, IWebView webView, object? arg) { }