CMSSeeOtherResult Properties |
The CMSSeeOtherResult type exposes the following members.
Name | Description | |
---|---|---|
Cacheability |
Sets the cacheability part of Cache-Control HTTP header value.
(Inherited from CMSActionResult.) | |
CacheRevalidation |
Sets the revalidation part of Cache-Control HTTP header value.
(Inherited from CMSActionResult.) | |
Expires |
Sets the Expires HTTP header to an absolute date and time.
(Inherited from CMSActionResult.) | |
LastModified |
Sets the Last-Modified HTTP header to the specified date and time.
(Inherited from CMSActionResult.) | |
NoStore |
Sets the Cache-Control: no-store HTTP header.
(Inherited from CMSActionResult.) | |
Permanent |
Gets the value that specifies that the redirect should be permanent if true or temporary if false.
(Inherited from CMSRedirectResult.) | |
SeeOther |
Gets the value that specifies that the redirect should be done with 303 See Other status code.
(Overrides CMSRedirectResultSeeOther.) | |
SiteName |
Gets the SiteName value to check the settings if permanent redirects are allowed.
(Inherited from CMSRedirectResult.) | |
Url |
Gets the URL to redirect to.
(Inherited from CMSRedirectResult.) |