Click or drag to resize
CMSActionResultLastModified Property
Sets the Last-Modified HTTP header to the specified date and time.

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

Property Value

Type: NullableDateTime
See Also