1 implementation of ExcludeFromDescription
Microsoft.AspNetCore.Routing (1)
ExcludeFromDescriptionAttribute.cs (1)
18
public bool
ExcludeFromDescription
=> true;
2 references to ExcludeFromDescription
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 })