Click or drag to resize
CMSActionResultExpires Property
Sets the Expires HTTP header to an absolute date and time.

Namespace: CMS.Base.Routing
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public Nullable<DateTime> Expires { get; protected set; }

Property Value

Type: NullableDateTime
See Also