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

The type exposes the following fields.

Protected Fields

  Name Description
Protected field cookiesInternal
Gets or sets a collection of cookies that are sent to and received back from the embedded page. Will optionally override the cookies present in the request to the embedding page.
Protected field CustomDataList
Gets or sets the custom data.
Protected field CustomPostDataList
Gets or sets the data to be posted by the request.
Protected field DoExecute
Specifies whether to execute the module
(Inherited from BaseModule.)
Protected field embeddedDocument
XmlDocument representing the embedded document. Initialize with the ParseXml method. Some processing such as link fixing is done destructively on the document.
Protected field followRedirectInternal
Follow redirect to be set from public property of derived class
Protected field headerModeInternal
Http header handling to be set from public property of derived class
Protected field headSection
Contains all style and script elements from the embedded document.
Protected field InternalAIMMode
Cotnains the internal AIM mode.
(Inherited from Module.)
Protected field InternalCopyFormatting
The id of the macro to copy the formatting settings from.
(Inherited from Module.)
Protected field InternalFormatting
Formatting settings.
(Inherited from Module.)
Protected field Mode
The request mode.
Protected field namespaceManager
Namespace manager belonging with embeddedDocument. The default namespace is initialized with prefix "default".
Protected field OutputDecodingSetting
Gets or sets a value indicating whether to use output decoding before sending the response to the client.
Protected field ProcessHttpErrorsInternal
Set to true to receive a response even when an Http error has occurred. Set to false to throw the Http error as an exception.
Protected field requestHeadersInternal
Gets or sets a collection of request headers for the embedded request. Will optionally override headers from the embedding page
Protected field ResolvingSaveBuffers
True when save buffers are evaluated.
(Inherited from BaseModule.)
Protected field responseHeadersInternal
Gets a collection of response headers from the embedded response.
Protected field savingUnformattedResult
True when save buffers are checked before formatting is applied, to facilitate unformated data to be saved.
(Inherited from BaseModule.)

See Also

Advanced