Gets or sets the absolute time that cached information will be removed from the cache. Provided for ASP compatiblility. Use the Cache property instead.
[Visual Basic] 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);
The Expires, ExpiresAbsolute, and CacheControl properties are provided for ASP compatibility only. Cache should be used instead.
HttpResponse Class | HttpResponse Members | System.Web Namespace