Click or drag to resize
CMSActionResult Properties

The CMSActionResult type exposes the following members.

Properties
  NameDescription
Public propertyCacheability
Sets the cacheability part of Cache-Control HTTP header value.
Public propertyCacheRevalidation
Sets the revalidation part of Cache-Control HTTP header value.
Public propertyExpires
Sets the Expires HTTP header to an absolute date and time.
Public propertyLastModified
Sets the Last-Modified HTTP header to the specified date and time.
Public propertyNoStore
Sets the Cache-Control: no-store HTTP header.
Top
See Also