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