1 implementation of EndpointGroupName
Microsoft.AspNetCore.Routing (1)
EndpointGroupNameAttribute.cs (1)
24public string EndpointGroupName { get; }
3 references to EndpointGroupName
Microsoft.AspNetCore.Mvc.ApiExplorer (2)
DefaultApiDescriptionProvider.cs (1)
506return endpointGroupName?.EndpointGroupName ?? extensionData.GroupName;
EndpointMetadataApiDescriptionProvider.cs (1)
105GroupName = routeEndpoint.Metadata.GetMetadata<IEndpointGroupNameMetadata>()?.EndpointGroupName,
Microsoft.AspNetCore.Routing.Tests (1)
Builder\RoutingEndpointConventionBuilderExtensionsTest.cs (1)
169Assert.Equal("SomeEndpointGroupName", endpointGroupName.EndpointGroupName);