4 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));
Microsoft.AspNetCore.Components.WebAssembly.Tests (2)
Hosting\RootComponentMappingTest.cs (2)
17
var mapping = new
RootComponentMapping
(typeof(Router), "test");
29
() => new
RootComponentMapping
(typeof(StringBuilder), "test"),