1 implementation of Tags
Microsoft.AspNetCore.Http.Extensions (1)
TagsAttribute.cs (1)
34public IReadOnlyList<string> Tags { get; }
2 references to Tags
Microsoft.AspNetCore.OpenApi (2)
Services\OpenApiDocumentService.cs (1)
358foreach (var tag in tagsMetadata.Tags)
Services\OpenApiGenerator.cs (1)
335foreach (var tag in metadataItem.Tags)