5 types derived from WebViewManager
Microsoft.AspNetCore.Components.WebView.Maui (1)
iOS\IOSWebViewManager.cs (1)
20 internal class IOSWebViewManager : WebViewManager
Microsoft.AspNetCore.Components.WebView.Photino (1)
PhotinoWebViewManager.cs (1)
11internal class PhotinoWebViewManager : WebViewManager
Microsoft.AspNetCore.Components.WebView.Test (1)
Infrastructure\TestWebViewManager.cs (1)
8public class TestWebViewManager : WebViewManager
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
src\BlazorWebView\src\SharedSource\WebView2WebViewManager.cs (1)
47 internal class WebView2WebViewManager : WebViewManager
Microsoft.AspNetCore.Components.WebView.Wpf (1)
src\BlazorWebView\src\SharedSource\WebView2WebViewManager.cs (1)
47 internal class WebView2WebViewManager : WebViewManager
14 references to WebViewManager
Microsoft.AspNetCore.Components.WebView (4)
WebViewManager.cs (4)
36/// Constructs an instance of <see cref="WebViewManager"/>. 57/// Gets the <see cref="Dispatcher"/> used by this <see cref="WebViewManager"/> instance. 139/// Notifies the <see cref="WebViewManager"/> about a message from JavaScript running within the web view. 254/// Disposes the current <see cref="WebViewManager"/> instance.
Microsoft.AspNetCore.Components.WebView.Maui (4)
iOS\IOSWebViewManager.cs (1)
17 /// An implementation of <see cref="WebViewManager"/> that uses the <see cref="WKWebView"/> browser control
RootComponent.cs (2)
33 internal Task AddToWebViewManagerAsync(WebViewManager webViewManager) 53 internal Task RemoveFromWebViewManagerAsync(WebViewManager webviewManager)
src\BlazorWebView\src\SharedSource\StaticContentHotReloadManager.cs (1)
54 public static void AttachToWebViewManagerIfEnabled(WebViewManager manager)
Microsoft.AspNetCore.Components.WebView.WindowsForms (3)
RootComponent.cs (1)
50 internal Task AddToWebViewManagerAsync(WebViewManager webViewManager)
src\BlazorWebView\src\SharedSource\StaticContentHotReloadManager.cs (1)
54 public static void AttachToWebViewManagerIfEnabled(WebViewManager manager)
src\BlazorWebView\src\SharedSource\WebView2WebViewManager.cs (1)
44 /// An implementation of <see cref="WebViewManager"/> that uses the Edge WebView2 browser control
Microsoft.AspNetCore.Components.WebView.Wpf (3)
RootComponent.cs (1)
32 internal Task AddToWebViewManagerAsync(WebViewManager webViewManager)
src\BlazorWebView\src\SharedSource\StaticContentHotReloadManager.cs (1)
54 public static void AttachToWebViewManagerIfEnabled(WebViewManager manager)
src\BlazorWebView\src\SharedSource\WebView2WebViewManager.cs (1)
44 /// An implementation of <see cref="WebViewManager"/> that uses the Edge WebView2 browser control