HttpResponseBase::ExpiresAbsolute Property
.NET Framework (current version)
Gets or sets the absolute date and time at which cached information expires in the cache. ExpiresAbsolute is provided for compatibility with earlier versions of Active Server Pages (ASP).
Assembly: System.Web (in System.Web.dll)
public: property DateTime ExpiresAbsolute { virtual DateTime get(); virtual void set(DateTime value); }
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: