June 2002
Intermediate to advanced
816 pages
28h 12m
English
Expires
Integer = Response.Expires Response.Expires = Integer
Returns or sets an integer representing the number of minutes before a cached page expires. This property is used in concert with the CacheControl property to control caching of responses.
Integer
An Integer variable to receive or set the expiration in minutes.
This property is provided for backward compatibility with classic ASP. It has been deprecated in favor of the methods of the HttpCachePolicy instance returned by the Cache property.
Read now
Unlock full access