Implemented interface member:
property
IgnoreApi
Microsoft.AspNetCore.Mvc.ApiExplorer.IApiDescriptionVisibilityProvider.IgnoreApi
8 writes to IgnoreApi
ApiExplorerWebSite (2)
Controllers\ApiExplorerVisibilitySetExplicitlyController.cs (2)
8[ApiExplorerSettings(IgnoreApi = true)] 12[ApiExplorerSettings(IgnoreApi = false)]
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
EndpointMetadataApiDescriptionProviderTest.cs (1)
769var apiDescription = GetApiDescription([ApiExplorerSettings(IgnoreApi = true)] () => { });
Microsoft.AspNetCore.Mvc.Core.Test (5)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (5)
1815[ApiExplorerSettings(IgnoreApi = true)] 1824[ApiExplorerSettings(IgnoreApi = true)] 1829[ApiExplorerSettings(IgnoreApi = true)] 1832[ApiExplorerSettings(IgnoreApi = false)] 1926[ApiExplorerSettings(IgnoreApi = true)]
1 reference to IgnoreApi
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
EndpointMetadataApiDescriptionProviderTest.cs (1)
778Assert.True(apiExplorerSettings!.IgnoreApi);