Implemented interface member:
property
GroupName
Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionGroupNameProvider.GroupName
10 writes to GroupName
ApiExplorerWebSite (2)
Controllers\ApiExplorerNameSetExplicitlyController.cs (2)
8[ApiExplorerSettings(GroupName = "SetOnController")] 17[ApiExplorerSettings(GroupName = "SetOnAction")]
Microsoft.AspNetCore.Grpc.Swagger.Tests (1)
GrpcSwaggerServiceExtensionsTests.cs (1)
95[ApiExplorerSettings(GroupName = "v2")]
Microsoft.AspNetCore.Mvc.Core.Test (6)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (6)
1839[ApiExplorerSettings(GroupName = "Store")] 1848[ApiExplorerSettings(GroupName = "Blog")] 1860[ApiExplorerSettings(GroupName = "Store")] 1863[ApiExplorerSettings(GroupName = "Blog")] 1918[ApiExplorerSettings(GroupName = "Default")] 1929[ApiExplorerSettings(GroupName = "Default")]
Sample (1)
Controllers\TestController.cs (1)
11[ApiExplorerSettings(GroupName = "controllers")]
1 reference to GroupName
Microsoft.AspNetCore.Grpc.Swagger (1)
Internal\GrpcJsonTranscodingDescriptionProvider.cs (1)
95apiDescription.GroupName = explorerSettings.GroupName;