Click or drag to resize
CMSSeeOtherResult Class
An CMSActionResult that returns a See Other (303) response with a Location header to the supplied URL.
Inheritance Hierarchy
SystemObject
  CMS.Base.RoutingCMSActionResult
    CMS.Base.RoutingCMSRedirectResult
      CMS.Base.RoutingCMSSeeOtherResult

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

The CMSSeeOtherResult type exposes the following members.

Constructors
  NameDescription
Public methodCMSSeeOtherResult
Initializes a new instance of the CMSSeeOtherResult 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 propertyPermanent
Gets the value that specifies that the redirect should be permanent if true or temporary if false.
(Inherited from CMSRedirectResult.)
Public propertySeeOther
Gets the value that specifies that the redirect should be done with 303 See Other status code.
(Overrides CMSRedirectResultSeeOther.)
Public propertySiteName
Gets the SiteName value to check the settings if permanent redirects are allowed.
(Inherited from CMSRedirectResult.)
Public propertyUrl
Gets the URL to redirect to.
(Inherited from CMSRedirectResult.)
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