Gets or sets the number of minutes before a page cached on a browser expires. If the user returns to the same page before it expires, the cached version is displayed. HttpResponse.Expires is provided for compatibility with earlier versions of ASP.
Documentation for this section has not yet been entered.
The Expires, HttpResponse.ExpiresAbsolute and HttpResponse.CacheControl properties have been deprecated in favor of the methods of the System.Web.HttpCachePolicy class available through the HttpResponse.Cache intrinsic object to control the Internet Information Services (IIS) output cache and client caches.