Implemented interface member:
property
Tags
Microsoft.AspNetCore.Http.Metadata.ITagsMetadata.Tags
1 write to Tags
Microsoft.AspNetCore.Http.Extensions (1)
TagsAttribute.cs (1)
28Tags = new List<string>(tags);
3 references to Tags
Microsoft.AspNetCore.Http.Extensions (2)
TagsAttribute.cs (2)
39return DebuggerHelpers.GetDebugText(nameof(Tags), Tags);
Microsoft.AspNetCore.Routing.Tests (1)
Builder\OpenApiRouteHandlerBuilderExtensionsTest.cs (1)
34Assert.Collection(tags.Tags,