This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class AspNetCmsResponse
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class AspNetCmsResponse

The type exposes the following properties.

Public Properties

  Name Description
Public property BufferOutput
Gets or sets if the output should be buffered before sending it to the client. Not supported by all devices.
(Overrides CmsResponse..::BufferOutput.)
Public property Cacheable
Gets or sets a value indicating whether the response is cacheable on the client.
(Inherited from ResponseInfoBase.)
Public property ContentType
Gets or sets the type of the content.
(Inherited from ResponseInfoBase.)
Public property Encoding
Gets or sets the encoding.
(Inherited from CmsResponse.)
Public property Headers
Gets the headers associated with this response.
(Inherited from ResponseInfoBase.)
Public property IsclientConnected
Gets a value indicating whether [isclient connected].
(Overrides ResponseInfoBase..::IsclientConnected.)
Public property IsCmsResponse
Gets a value indicating whether this instance is CMS response.
(Inherited from CmsResponseInfo.)
Public property IsResponseFiltered
Gets a value indicating whether the response is filtered.
(Overrides CmsResponse..::IsResponseFiltered.)
Public property Item
Gets the Cms item associated with the response.
(Inherited from CmsResponse.)
Public property ItemNr
Gets the CMS item number associated with this instance.
(Inherited from CmsResponse.)
Public property LastModified
Gets or sets the last modified.
(Inherited from ResponseInfoBase.)
Public property MaxAge
Gets or sets the max-age timespan.
(Inherited from ResponseInfoBase.)
Public property Metadata
Gets the metadata associated with this response.
(Inherited from ResponseInfo.)
Public property RequestBaseUrl
Gets or sets the base URL of the request.
(Inherited from CmsResponse.)
Public property RequestFileName
Gets or sets the file name of the request.
(Inherited from CmsResponse.)
Public property RequestUrl
Gets or sets the request URL.
(Inherited from CmsResponse.)
Public property Status
Gets or sets the response status.
(Overrides CmsResponse..::Status.)
Public property StatusCode
Gets or sets the status code.
(Inherited from CmsResponse.)
Public property StatusMessage
Gets or sets the status.
(Inherited from CmsResponse.)
Public property Stream
Gets the output stream.
(Inherited from CmsResponse.)
Public property SubStatusCode
Gets or sets the sub status code.
(Inherited from CmsResponse.)
Public property UseNumericEntityFallback
Gets or sets a value indicating whether to use numeric entity fallback when writing text using the current encoding.
(Inherited from CmsResponse.)

See Also

Advanced