HttpRequestCachePolicy::MaxAge Property
.NET Framework (current version)
Gets the maximum age permitted for a resource returned from the cache.
Assembly: System (in System.dll)
If the cached copy of the resource is older than the specified time value, the resource must be revalidated. The value for this property is specified when the instance is constructed.
The following code example demonstrates displaying the value of this property.
.NET Framework
Available since 2.0
Available since 2.0
Show: