1 write to Type
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\ComponentTypeMetadata.cs (1)
20Type = componentType;
2 references to Type
Microsoft.AspNetCore.Components.Endpoints (2)
Builder\RazorComponentsEndpointHttpContextExtensions.cs (1)
33var pageType = context.GetEndpoint()?.Metadata.GetMetadata<ComponentTypeMetadata>()?.Type;
RazorComponentEndpointInvoker.cs (1)
50var pageComponent = endpoint.Metadata.GetRequiredMetadata<ComponentTypeMetadata>().Type;