Click or drag to resize
CMSRedirectResult Properties

The CMSRedirectResult type exposes the following members.

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.
Public propertySeeOther
Gets the value that specifies that the redirect should be done with 303 See Other status code.
Public propertySiteName
Gets the SiteName value to check the settings if permanent redirects are allowed.
Public propertyUrl
Gets the URL to redirect to.
Top
See Also