1 write to Tags
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCacheAttributeTests.cs (1)
164
[OutputCache(
Tags
= new[] { "Tag1", "Tag2" })]
2 references to Tags
Microsoft.AspNetCore.OutputCaching (2)
OutputCacheAttribute.cs (2)
107
if (
Tags
!= null)
109
builder.Tag(
Tags
);