6 references to Selector
Microsoft.AspNetCore.Components.WebView.Maui (6)
RootComponent.cs (6)
39 if (string.IsNullOrWhiteSpace(Selector)) 41 throw new InvalidOperationException($"{nameof(RootComponent)} requires a value for its {nameof(Selector)} property, but no value was set."); 50 return webViewManager.AddRootComponentAsync(ComponentType, Selector, parameterView); 55 if (string.IsNullOrWhiteSpace(Selector)) 57 throw new InvalidOperationException($"{nameof(RootComponent)} requires a value for its {nameof(Selector)} property, but no value was set."); 59 return webviewManager.RemoveRootComponentAsync(Selector);