| CMSContentResult Properties |
The CMSContentResult type exposes the following members.
| Name | Description | |
|---|---|---|
| Cacheability |
Sets the cacheability part of Cache-Control HTTP header value.
(Inherited from CMSActionResult.) | |
| CacheRevalidation |
Sets the revalidation part of Cache-Control HTTP header value.
(Inherited from CMSActionResult.) | |
| Content |
Gets or set the content representing the body of the response.
| |
| ContentType |
Gets or sets the Content-Type header for the response.
| |
| EntityTag |
Gets or sets the ETag for the content.
| |
| Expires |
Sets the Expires HTTP header to an absolute date and time.
(Inherited from CMSActionResult.) | |
| LastModified |
Sets the Last-Modified HTTP header to the specified date and time.
(Inherited from CMSActionResult.) | |
| NoStore |
Sets the Cache-Control: no-store HTTP header.
(Inherited from CMSActionResult.) | |
| StatusCode |
Gets or sets the HTTP status code.
|