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 fields.

Protected Fields

  Name Description
Protected field contentEncoding
Encoding of the request content
Protected field getPersistedPost
Flag to set in order to retrieve persisted post data.
Protected field requestContentType
Body MIME Type

See Also

Advanced