Click or drag to resize
CMSServerTransferResult Class
An CMSActionResult that performs server transfer redirect by using the specified path.
Inheritance Hierarchy
SystemObject
  CMS.Base.RoutingCMSActionResult
    CMS.AspNet.Platform.Routing.InternalCMSServerTransferResult

Namespace: CMS.AspNet.Platform.Routing.Internal
Assembly: CMS.AspNet.Platform (in CMS.AspNet.Platform.dll) Version: 13.0.131
Syntax
C#
public class CMSServerTransferResult : CMSActionResult

The CMSServerTransferResult type exposes the following members.

Constructors
  NameDescription
Public methodCMSServerTransferResult
Initializes a new instance of the CMSServerTransferResult class with the values provided.
Top
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 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 propertyPath
The URL path of the new page on the server to execute.
Top
Methods
  NameDescription
Public methodSetNoCacheCacheability
Sets No-Cache cache-ability.
(Inherited from CMSActionResult.)
Public methodSetPublicCacheability
Sets the public cache-ability.
(Inherited from CMSActionResult.)
Public methodSetRevalidation
Sets the revalidation of the client caches.
(Inherited from CMSActionResult.)
Public methodSetTimeStamps
Sets the last modified and expires header to the response
(Inherited from CMSActionResult.)
Top
See Also