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