2 types derived from 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
4 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.