|
1 |
| -Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView |
| 1 | +#nullable enable |
| 2 | +Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView |
2 | 3 | Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.BlazorWebView() -> void
|
3 |
| -Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.HostPage.get -> string |
4 |
| -Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.HostPage.set -> void |
5 |
| -Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.RootComponents.get -> System.Collections.ObjectModel.ObservableCollection<Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent> |
6 |
| -Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.Services.get -> System.IServiceProvider |
7 |
| -Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.Services.set -> void |
8 |
| -Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.WebView.get -> Microsoft.Web.WebView2.WinForms.WebView2 |
| 4 | +~Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.HostPage.get -> string |
| 5 | +~Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.HostPage.set -> void |
| 6 | +~Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.RootComponents.get -> System.Collections.ObjectModel.ObservableCollection<Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent> |
| 7 | +~Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.Services.get -> System.IServiceProvider |
| 8 | +~Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.Services.set -> void |
| 9 | +~Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView.WebView.get -> Microsoft.Web.WebView2.WinForms.WebView2 |
9 | 10 | Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent
|
10 |
| -Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent.ComponentType.get -> System.Type |
11 |
| -Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent.Parameters.get -> System.Collections.Generic.IDictionary<string, object> |
12 |
| -Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent.RootComponent(string selector, System.Type componentType, System.Collections.Generic.IDictionary<string, object> parameters) -> void |
13 |
| -Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent.Selector.get -> string |
| 11 | +~Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent.ComponentType.get -> System.Type |
| 12 | +~Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent.Parameters.get -> System.Collections.Generic.IDictionary<string, object> |
| 13 | +~Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent.RootComponent(string selector, System.Type componentType, System.Collections.Generic.IDictionary<string, object> parameters) -> void |
| 14 | +~Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent.Selector.get -> string |
14 | 15 | Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponentCollectionExtensions
|
15 |
| -static Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponentCollectionExtensions.Add<TComponent>(this System.Collections.ObjectModel.ObservableCollection<Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent> components, string selector, System.Collections.Generic.IDictionary<string, object> parameters = null) -> void |
16 |
| -static Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponentCollectionExtensions.Remove(this System.Collections.ObjectModel.ObservableCollection<Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent> components, string selector) -> void |
| 16 | +~static Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponentCollectionExtensions.Add<TComponent>(this System.Collections.ObjectModel.ObservableCollection<Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent> components, string selector, System.Collections.Generic.IDictionary<string, object> parameters = null) -> void |
| 17 | +~static Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponentCollectionExtensions.Remove(this System.Collections.ObjectModel.ObservableCollection<Microsoft.AspNetCore.Components.WebView.WindowsForms.RootComponent> components, string selector) -> void |
0 commit comments