Click or drag to resize
CMSActionResult Class
Defines an abstract action result.
Inheritance Hierarchy
SystemObject
  CMS.Base.RoutingCMSActionResult
    More...

Namespace: CMS.Base.Routing
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public abstract class CMSActionResult

The CMSActionResult type exposes the following members.

Constructors
  NameDescription
Protected methodCMSActionResult
Creates a new CMSActionResult instance.
Protected methodCMSActionResult(CMSActionResult)
Creates a new CMSActionResult instance.
Top
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
Methods
  NameDescription
Public methodSetNoCacheCacheability
Sets No-Cache cache-ability.
Public methodSetPublicCacheability
Sets the public cache-ability.
Public methodSetRevalidation
Sets the revalidation of the client caches.
Public methodSetTimeStamps
Sets the last modified and expires header to the response
Top
See Also
Inheritance Hierarchy