3 references to ComponentType
Microsoft.AspNetCore.Components.Endpoints (3)
RazorComponentEndpointHost.cs (2)
43
var pageLayoutType =
ComponentType
.GetCustomAttribute<LayoutAttribute>()?.LayoutType;
53
builder.OpenComponent(0,
ComponentType
);
Results\RazorComponentResultExecutor.cs (1)
58
{ nameof(RazorComponentEndpointHost.
ComponentType
), componentType },