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