HttpResponseWrapper::Expires Property
.NET Framework (current version)
Gets or sets the number of minutes before a page that is cached on the client or proxy expires. If the user returns to the same page before it expires, the cached version is displayed. Expires is provided for compatibility with earlier versions of ASP.
Assembly: System.Web (in System.Web.dll)
public: property int Expires { virtual int get() override; virtual void set(int value) override; }
.NET Framework
Available since 3.5
Available since 3.5
Show: