Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpResponse::ExpiresAbsolute Property

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property DateTime ExpiresAbsolute {
	DateTime get();
	void set(DateTime value);
}

Property Value

Type: System::DateTime

The date and time at which the page expires.

The ExpiresAbsolute, Expires, and CacheControl properties have been deprecated in favor of the methods of the HttpCachePolicy class available through the Cache intrinsic object to control the Internet Information Services (IIS) output cache and client caches.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft