5 references to Selector
Microsoft.AspNetCore.Components.WebView.Wpf (5)
BlazorWebView.cs (1)
294
logger.AddingRootComponent(rootComponent.ComponentType.FullName ?? string.Empty, rootComponent.
Selector
, rootComponent.Parameters?.Count ?? 0);
RootComponent.cs (4)
38
if (string.IsNullOrWhiteSpace(
Selector
))
40
throw new InvalidOperationException($"{nameof(RootComponent)} requires a value for its {nameof(
Selector
)} property, but no value was set.");
49
return webViewManager.AddRootComponentAsync(ComponentType,
Selector
, parameterView);
54
return webviewManager.RemoveRootComponentAsync(
Selector
);