20 instantiations of ApiExplorerSettings
ApiExplorerWebSite (4)
Controllers\ApiExplorerNameSetExplicitlyController.cs (2)
8[ApiExplorerSettings(GroupName = "SetOnController")] 17[ApiExplorerSettings(GroupName = "SetOnAction")]
Controllers\ApiExplorerVisibilitySetExplicitlyController.cs (2)
8[ApiExplorerSettings(IgnoreApi = true)] 12[ApiExplorerSettings(IgnoreApi = false)]
Microsoft.AspNetCore.Grpc.Swagger.Tests (1)
GrpcSwaggerServiceExtensionsTests.cs (1)
95[ApiExplorerSettings(GroupName = "v2")]
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
EndpointMetadataApiDescriptionProviderTest.cs (1)
769var apiDescription = GetApiDescription([ApiExplorerSettings(IgnoreApi = true)] () => { });
Microsoft.AspNetCore.Mvc.Core.Test (13)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (13)
1808[ApiExplorerSettings()] 1815[ApiExplorerSettings(IgnoreApi = true)] 1824[ApiExplorerSettings(IgnoreApi = true)] 1829[ApiExplorerSettings(IgnoreApi = true)] 1832[ApiExplorerSettings(IgnoreApi = false)] 1839[ApiExplorerSettings(GroupName = "Store")] 1848[ApiExplorerSettings(GroupName = "Blog")] 1853[ApiExplorerSettings()] 1860[ApiExplorerSettings(GroupName = "Store")] 1863[ApiExplorerSettings(GroupName = "Blog")] 1918[ApiExplorerSettings(GroupName = "Default")] 1926[ApiExplorerSettings(IgnoreApi = true)] 1929[ApiExplorerSettings(GroupName = "Default")]
Sample (1)
Controllers\TestController.cs (1)
11[ApiExplorerSettings(GroupName = "controllers")]
4 references to ApiExplorerSettings
Microsoft.AspNetCore.Grpc.Swagger (2)
Internal\GrpcJsonTranscodingDescriptionProvider.cs (2)
92var explorerSettings = routeEndpoint.Metadata.GetMetadata<ApiExplorerSettingsAttribute>();
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (2)
EndpointMetadataApiDescriptionProviderTest.cs (2)
773var apiExplorerSettings = apiDescription.ActionDescriptor.EndpointMetadata 774.OfType<ApiExplorerSettingsAttribute>()