3 implementations of JSComponents
Microsoft.AspNetCore.Components.Server (1)
CircuitRootComponentOptions.cs (1)
14
public JSComponentConfigurationStore
JSComponents
{ get; } = new();
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\RootComponentMappingCollection.cs (1)
17
public JSComponentConfigurationStore
JSComponents
{ get; } = new JSComponentConfigurationStore();
Microsoft.AspNetCore.Components.WebView.Photino (1)
BlazorWindowRootComponents.cs (1)
21
public JSComponentConfigurationStore
JSComponents
{ get; }
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);