![]() |
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# |
![]() |
---|---|
public class AspNetCmsResponse |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class AspNetCmsResponse |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
![]() |
AspNetCmsResponse |
Initializes a new instance of the AspNetCmsResponse class.
|
Public Methods
Name | Description | |
---|---|---|
![]() |
AddHeader |
Adds the response header.
(Inherited from ResponseInfoBase.) |
![]() |
CopyTo |
Copies the values of this instance to specified target.
(Inherited from CmsResponseInfo.) |
![]() |
CreateCacheKey |
Creates the cache key.
(Inherited from CmsResponseInfo.) |
![]() |
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from CmsResponse.) |
![]() |
End |
Ends the response immediately.
(Overrides CmsResponse..::End()()()().) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Flush |
Flushes the underlying stream.
(Inherited from CmsResponse.) |
![]() |
GetBytes |
Returns the response stream as a byte array
(Inherited from CmsResponse.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Redirect |
Redirects the response to the specified address.
(Overrides CmsResponse..::Redirect(Locator).) |
![]() |
SetHeadersReadOnly |
Sets the headers in read-only state.
(Inherited from ResponseInfoBase.) |
![]() |
ToString | (Inherited from CmsResponse.) |
![]() |
TransmitHeaders |
Transmits the headers of this instance to specified http response.
(Inherited from ResponseInfoBase.) |
![]() |
UpdateLastModifiedDate |
Updates the last modified date of the response, if the given date is newer than the current one.
(Inherited from CmsResponse.) |
![]() |
Write |
Writes the specified binary data.
(Inherited from CmsResponse.) |
![]() |
Write |
Writes the specified data into the response stream.
(Inherited from CmsResponse.) |
![]() |
Write |
Writes the specified data into the response stream.
(Inherited from CmsResponse.) |
![]() |
WriteLine |
Writes the specified data into the response stream, appending a line feed.
(Inherited from CmsResponse.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
CreateOutputStream |
Creates the output stream.
(Overrides CmsResponse..::CreateOutputStream()()()().) |
![]() |
Dispose |
Disposes the specified full.
(Inherited from CmsResponse.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnBeforeWriteContent |
Raised just before content is written
(Inherited from CmsResponse.) |
![]() |
OnContentTypeChanged |
Called when the content type has changed.
(Overrides ResponseInfoBase..::OnContentTypeChanged(String).) |
![]() |
OnEncodingChanged |
Called when the encoding has changed.
(Overrides ResponseInfo..::OnEncodingChanged(Encoding).) |
![]() |
WriteHeaders |
Writes the headers to the output
(Overrides CmsResponse..::WriteHeaders()()()().) |
Public Properties
Name | Description | |
---|---|---|
![]() |
BufferOutput |
Gets or sets if the output should be buffered before sending it to the client. Not supported by all devices.
(Overrides CmsResponse..::BufferOutput.) |
![]() |
Cacheable |
Gets or sets a value indicating whether the response is cacheable on the client.
(Inherited from ResponseInfoBase.) |
![]() |
ContentType |
Gets or sets the type of the content.
(Inherited from ResponseInfoBase.) |
![]() |
Encoding |
Gets or sets the encoding.
(Inherited from CmsResponse.) |
![]() |
Headers |
Gets the headers associated with this response.
(Inherited from ResponseInfoBase.) |
![]() |
IsclientConnected |
Gets a value indicating whether [isclient connected].
(Overrides ResponseInfoBase..::IsclientConnected.) |
![]() |
IsCmsResponse |
Gets a value indicating whether this instance is CMS response.
(Inherited from CmsResponseInfo.) |
![]() |
IsResponseFiltered |
Gets a value indicating whether the response is filtered.
(Overrides CmsResponse..::IsResponseFiltered.) |
![]() |
Item |
Gets the Cms item associated with the response.
(Inherited from CmsResponse.) |
![]() |
ItemNr |
Gets the CMS item number associated with this instance.
(Inherited from CmsResponse.) |
![]() |
LastModified |
Gets or sets the last modified.
(Inherited from ResponseInfoBase.) |
![]() |
MaxAge |
Gets or sets the max-age timespan.
(Inherited from ResponseInfoBase.) |
![]() |
Metadata |
Gets the metadata associated with this response.
(Inherited from ResponseInfo.) |
![]() |
RequestBaseUrl |
Gets or sets the base URL of the request.
(Inherited from CmsResponse.) |
![]() |
RequestFileName |
Gets or sets the file name of the request.
(Inherited from CmsResponse.) |
![]() |
RequestUrl |
Gets or sets the request URL.
(Inherited from CmsResponse.) |
![]() |
Status |
Gets or sets the response status.
(Overrides CmsResponse..::Status.) |
![]() |
StatusCode |
Gets or sets the status code.
(Inherited from CmsResponse.) |
![]() |
StatusMessage |
Gets or sets the status.
(Inherited from CmsResponse.) |
![]() |
Stream |
Gets the output stream.
(Inherited from CmsResponse.) |
![]() |
SubStatusCode |
Gets or sets the sub status code.
(Inherited from CmsResponse.) |
![]() |
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
Smartsite.Core Namespace