2 references to RootComponentMapping
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\RootComponentMapping.cs (1)
45
public RootComponentMapping([DynamicallyAccessedMembers(Component)] Type componentType, string selector, ParameterView parameters) :
this
(componentType, selector)
Hosting\RootComponentMappingCollection.cs (1)
28
Add(new
RootComponentMapping
(typeof(TComponent), selector));