3 references to ComponentType
Microsoft.AspNetCore.Components.WebView.Maui (3)
RootComponent.cs (3)
44 if (ComponentType is null) 46 throw new InvalidOperationException($"{nameof(RootComponent)} requires a value for its {nameof(ComponentType)} property, but no value was set."); 50 return webViewManager.AddRootComponentAsync(ComponentType, Selector, parameterView);