2 references to MaxAge
System.Web (2)
HttpCachePolicy.cs (1)
594
_maxAge = settings.
MaxAge
;
OutputCacheModule.cs (1)
1245
utcExpires = utcTimestamp + settings.
MaxAge
;