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 abstract class CmsRequest
Visual Basic (Declaration) Copy imageCopy Code
                                  Public MustInherit Class CmsRequest

The type exposes the following methods.

Public Methods

  Name Description
Public method BinaryRead
Performs a binary read of a specified number of bytes from the current input stream.
Public method Equals (Inherited from Object.)
Public method GetBinaryBody
Returns the body of the request as a byte array
Public method GetBody
Returns the body of the request as a string
Public method GetData
Gets an element in the data collection added to the current request.
In a Web environment, this will be the posted form data.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsPostback
Gets a value indicating whether the request is a postback from the same page.
Public method IsPosted
Determines whether this request is posted.
Public method LoadPersistedPost
Loads the persisted post data into the form if available.
Public method PersistPost
Persists the post data for later retrieval.
Public method ResetMapping
Remaps the request to a new location.
Public method SetBinaryBody
Sets the binary body.
Public method SetRequestBody
Sets the request body.
Public method ToString
Returns a String that represents the current Object.
(Overrides Object..::ToString()()()().)
Public method Transfer
Transfers rendering to the specified item or local application.

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SetRestoreState

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IRenderDeviceContext..::..SetChannel
Sets the channel.
Explicit interface implemetation Private method IRenderDeviceContext..::..SetItem
Sets the item.

See Also

Advanced