Click or drag to resize
CMSContentResult Properties

The CMSContentResult type exposes the following members.

Properties
  NameDescription
Public propertyCacheability
Sets the cacheability part of Cache-Control HTTP header value.
(Inherited from CMSActionResult.)
Public propertyCacheRevalidation
Sets the revalidation part of Cache-Control HTTP header value.
(Inherited from CMSActionResult.)
Public propertyContent
Gets or set the content representing the body of the response.
Public propertyContentType
Gets or sets the Content-Type header for the response.
Public propertyEntityTag
Gets or sets the ETag for the content.
Public propertyExpires
Sets the Expires HTTP header to an absolute date and time.
(Inherited from CMSActionResult.)
Public propertyLastModified
Sets the Last-Modified HTTP header to the specified date and time.
(Inherited from CMSActionResult.)
Public propertyNoStore
Sets the Cache-Control: no-store HTTP header.
(Inherited from CMSActionResult.)
Public propertyStatusCode
Gets or sets the HTTP status code.
Top
See Also