9 references to GetAttribute
Microsoft.AspNetCore.OutputCaching.Tests (9)
OutputCacheAttributeTests.cs (9)
16var attribute = OutputCacheMethods.GetAttribute(nameof(OutputCacheMethods.Default)); 27var attribute = OutputCacheMethods.GetAttribute(nameof(OutputCacheMethods.Duration)); 39var attribute = OutputCacheMethods.GetAttribute(nameof(OutputCacheMethods.NoStore)); 53var attribute = OutputCacheMethods.GetAttribute(nameof(OutputCacheMethods.PolicyName)); 68var attribute = OutputCacheMethods.GetAttribute(nameof(OutputCacheMethods.PolicyName)); 81var attribute = OutputCacheMethods.GetAttribute(nameof(OutputCacheMethods.VaryByHeaderNames)); 96var attribute = OutputCacheMethods.GetAttribute(nameof(OutputCacheMethods.VaryByQueryKeys)); 115var attribute = OutputCacheMethods.GetAttribute(nameof(OutputCacheMethods.VaryByRouteValueNames)); 128var attribute = OutputCacheMethods.GetAttribute(nameof(OutputCacheMethods.Tags));