asp.net.ph

Response.ExpiresAbsolute Property

System.Web Namespace   HttpResponse Class


Sets or retrieves the absolute date and time at which to remove cached information from the cache.

ExpiresAbsolute is provided for compatibility with previous versions of ASP.

[ VB ]
Public Property ExpiresAbsolute As DateTime

[ C# ]
public DateTime ExpiresAbsolute {get; set;}

[ C++ ]
public: __property DateTime get_ExpiresAbsolute ( );
public: __property void set_ExpiresAbsolute ( DateTime );

[ JScript ]
public function get ExpiresAbsolute ( ) : DateTime;
public function set ExpiresAbsolute ( DateTime );

Property Value

The date and time at which the page expires.

Remarks

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 IIS output cache and client caches.

See Also

HttpResponse Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph