Click or drag to resize

ResponseExpires Property

Gets or sets the number of minutes before a page that is cached on the client or proxy expires.

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public int Expires { get; set; }

Property Value

Type: Int32

Implements

IResponseExpires
See Also