1 implementation of ExcludeFromDescription
Microsoft.AspNetCore.Routing (1)
ExcludeFromDescriptionAttribute.cs (1)
18public bool ExcludeFromDescription => true;
2 references to ExcludeFromDescription
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
EndpointMetadataApiDescriptionProvider.cs (1)
63routeEndpoint.Metadata.GetMetadata<IExcludeFromDescriptionMetadata>() is null or { ExcludeFromDescription: false })
Microsoft.AspNetCore.OpenApi (1)
Services\OpenApiGenerator.cs (1)
64metadata.GetMetadata<IExcludeFromDescriptionMetadata>() is null or { ExcludeFromDescription: false })