1 implementation of IExcludeFromDescriptionMetadata
Microsoft.AspNetCore.Routing (1)
ExcludeFromDescriptionAttribute.cs (1)
15
public sealed class ExcludeFromDescriptionAttribute : Attribute,
IExcludeFromDescriptionMetadata
4 references to IExcludeFromDescriptionMetadata
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
EndpointMetadataApiDescriptionProvider.cs (1)
63
routeEndpoint.Metadata.GetMetadata<
IExcludeFromDescriptionMetadata
>() is null or { ExcludeFromDescription: false })
Microsoft.AspNetCore.OpenApi (1)
Services\OpenApiGenerator.cs (1)
64
metadata.GetMetadata<
IExcludeFromDescriptionMetadata
>() is null or { ExcludeFromDescription: false })
Microsoft.AspNetCore.Routing (2)
Builder\OpenApiRouteHandlerBuilderExtensions.cs (2)
20
/// Adds the <see cref="
IExcludeFromDescriptionMetadata
"/> to <see cref="EndpointBuilder.Metadata"/> for all endpoints
29
/// Adds the <see cref="
IExcludeFromDescriptionMetadata
"/> to <see cref="EndpointBuilder.Metadata"/> for all endpoints