CMSActionResult Class |
Namespace: CMS.Base.Routing
public abstract class CMSActionResult
The CMSActionResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | CMSActionResult |
Creates a new CMSActionResult instance.
|
![]() | CMSActionResult(CMSActionResult) |
Creates a new CMSActionResult instance.
|
Name | Description | |
---|---|---|
![]() | Cacheability |
Sets the cacheability part of Cache-Control HTTP header value.
|
![]() | CacheRevalidation |
Sets the revalidation part of Cache-Control HTTP header value.
|
![]() | Expires |
Sets the Expires HTTP header to an absolute date and time.
|
![]() | LastModified |
Sets the Last-Modified HTTP header to the specified date and time.
|
![]() | NoStore |
Sets the Cache-Control: no-store HTTP header.
|
Name | Description | |
---|---|---|
![]() | SetNoCacheCacheability |
Sets No-Cache cache-ability.
|
![]() | SetPublicCacheability |
Sets the public cache-ability.
|
![]() | SetRevalidation |
Sets the revalidation of the client caches.
|
![]() | SetTimeStamps |
Sets the last modified and expires header to the response
|