1 write to PolicyName
Microsoft.AspNetCore.RateLimiting (1)
EnableRateLimitingAttribute.cs (1)
24PolicyName = policyName;
2 references to PolicyName
Microsoft.AspNetCore.RateLimiting (2)
RateLimitingMiddleware.cs (2)
85var policyName = enableRateLimitingAttribute?.PolicyName; 268var name = enableRateLimitingAttribute.PolicyName;