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)
107if (Tags != null) 109builder.Tag(Tags);