7 references to WithGroupName
GetDocumentSample (1)
Program.cs (1)
21.WithGroupName("internal");
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
EndpointMetadataApiDescriptionProviderTest.cs (1)
692builder.MapGet("/api/todos", () => "").Produces<InferredJsonClass>().WithGroupName(endpointGroupName);
Microsoft.AspNetCore.Routing.Tests (1)
Builder\RoutingEndpointConventionBuilderExtensionsTest.cs (1)
163builder.WithGroupName("SomeEndpointGroupName");
Sample (4)
Program.cs (4)
39.WithGroupName("forms"); 60.WithGroupName("v1"); 62.WithGroupName("v2"); 64.WithGroupName("responses");