4 implementations of JSComponents
Microsoft.AspNetCore.Components.Server (1)
CircuitRootComponentOptions.cs (1)
14public JSComponentConfigurationStore JSComponents { get; } = new();
Microsoft.AspNetCore.Components.WebView.Maui (1)
RootComponentsCollection.cs (1)
21 public JSComponentConfigurationStore JSComponents { get; }
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
RootComponentsCollection.cs (1)
15 public JSComponentConfigurationStore JSComponents { get; } = new();
Microsoft.AspNetCore.Components.WebView.Wpf (1)
RootComponentsCollection.cs (1)
15 public JSComponentConfigurationStore JSComponents { get; } = new();
2 references to JSComponents
Microsoft.AspNetCore.Components.Web (2)
JSComponents\JSComponentConfigurationExtensions.cs (2)
46=> configuration.JSComponents.Add(componentType, identifier); 57=> configuration.JSComponents.Add(componentType, identifier, javaScriptInitializer);