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