| CMSNotFoundResult Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Base.Routing
 Syntax
Syntaxpublic sealed class CMSNotFoundResult : CMSActionResult, ICMSStatusCodeActionResult
The CMSNotFoundResult type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CMSNotFoundResult | 
 Properties
Properties| 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.) | 
|  | StatusCode | 
            Gets the HTTP status code.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | SetNoCacheCacheability | 
            Sets No-Cache cache-ability.
            (Inherited from CMSActionResult.) | 
|  | SetPublicCacheability | 
            Sets the public cache-ability.
            (Inherited from CMSActionResult.) | 
|  | SetRevalidation | 
            Sets the revalidation of the client caches.
            (Inherited from CMSActionResult.) | 
|  | SetTimeStamps | 
            Sets the last modified and expires header to the response
            (Inherited from CMSActionResult.) | 
 See Also
See Also