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 Code |
---|---|
public class CmsResponseInfo |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class CmsResponseInfo |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
AddHeader |
Adds the response header.
(Inherited from ResponseInfoBase.) |
|
CopyTo |
Copies the values of this instance to specified target.
(Overrides ResponseInfo..::CopyTo(ResponseInfoBase).) |
|
CreateCacheKey |
Creates the cache key.
(Overrides ResponseInfo..::CreateCacheKey(String).) |
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
SetHeadersReadOnly |
Sets the headers in read-only state.
(Inherited from ResponseInfoBase.) |
|
ToString | (Inherited from Object.) | |
TransmitHeaders |
Transmits the headers of this instance to specified http response.
(Inherited from ResponseInfoBase.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnContentTypeChanged |
Called when the content type has changed.
(Inherited from ResponseInfoBase.) |
|
OnEncodingChanged |
Called when the encoding has changed.
(Inherited from ResponseInfo.) |
See Also
Smartsite.Web Namespace