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