3 references to Parameters
Microsoft.AspNetCore.Components.WebView.Maui (3)
iOS\BlazorWebViewHandler.iOS.cs (1)
197 Logger.AddingRootComponent(rootComponent.ComponentType?.FullName ?? string.Empty, rootComponent.Selector ?? string.Empty, rootComponent.Parameters?.Count ?? 0);
RootComponent.cs (2)
49 var parameterView = Parameters == null ? ParameterView.Empty : ParameterView.FromDictionary(Parameters);