System.Web.HttpResponse.ExpiresAbsolute Property

Gets or sets the absolute date and time at which to remove cached information from the cache. HttpResponse.ExpiresAbsolute is provided for compatibility with earlier versions of ASP.

Syntax

public DateTime ExpiresAbsolute { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ExpiresAbsolute, HttpResponse.Expires, 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.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0