| CMSFileContentResult Class |
Namespace: CMS.Base.Routing
public class CMSFileContentResult : CMSFileResult
The CMSFileContentResult type exposes the following members.
| Name | Description | |
|---|---|---|
| CMSFileContentResult |
Creates a new CMSFileContentResult instance.
| |
| CMSFileContentResult(CMSFileResult) |
Creates a new CMSFileContentResult instance with base
properties values copied from fileResult.
|
| 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.) | |
| ContentDisposition |
Gets or sets the Content-Disposition header for the response.
(Inherited from CMSFileResult.) | |
| ContentType |
Gets or sets the Content-Type header for the response.
(Inherited from CMSFileResult.) | |
| EnableRangeProcessing |
Gets or sets the value that enables range processing for the CMSFileResult.
(Inherited from CMSFileResult.) | |
| EntityTag |
Gets or sets the ETag associated with the CMSFileResult.
(Inherited from CMSFileResult.) | |
| Expires |
Sets the Expires HTTP header to an absolute date and time.
(Inherited from CMSActionResult.) | |
| FileContents |
Gets or sets the file contents.
| |
| LastModified |
Sets the Last-Modified HTTP header to the specified date and time.
(Inherited from CMSActionResult.) | |
| LogCommunicationExceptions |
Whether to log exception caused by communication problems (e.g. when remote host closes the connection).
Log exceptions has to be set to TRUE.
(Inherited from CMSFileResult.) | |
| LogExceptions |
Logs the exceptions caused by the process.
(Inherited from CMSFileResult.) | |
| NoStore |
Sets the Cache-Control: no-store HTTP header.
(Inherited from CMSActionResult.) |
| 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.) |