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 abstract class EmbedBase |
Visual Basic (Declaration) | Copy Code |
---|---|
Public MustInherit Class EmbedBase |
The type exposes the following fields.
Protected Fields
Name | Description | |
---|---|---|
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.
|
|
CustomDataList |
Gets or sets the custom data.
|
|
CustomPostDataList |
Gets or sets the data to be posted by the request.
|
|
DoExecute |
Specifies whether to execute the module
(Inherited from BaseModule.) |
|
embeddedDocument |
XmlDocument representing the embedded document. Initialize with the ParseXml method.
Some processing such as link fixing is done destructively on the document.
|
|
followRedirectInternal |
Follow redirect to be set from public property of derived class
|
|
headerModeInternal |
Http header handling to be set from public property of derived class
|
|
headSection |
Contains all style and script elements from the embedded document.
|
|
InternalAIMMode |
Cotnains the internal AIM mode.
(Inherited from Module.) |
|
InternalCopyFormatting |
The id of the macro to copy the formatting settings from.
(Inherited from Module.) |
|
InternalFormatting |
Formatting settings.
(Inherited from Module.) |
|
Mode |
The request mode.
|
|
namespaceManager |
Namespace manager belonging with embeddedDocument. The default namespace is initialized with prefix "default".
|
|
OutputDecodingSetting |
Gets or sets a value indicating whether to use output decoding before sending the response to the client.
|
|
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.
|
|
requestHeadersInternal |
Gets or sets a collection of request headers for the embedded request. Will optionally override headers from the embedding page
|
|
ResolvingSaveBuffers |
True when save buffers are evaluated.
(Inherited from BaseModule.) |
|
responseHeadersInternal |
Gets a collection of response headers from the embedded response.
|
|
savingUnformattedResult |
True when save buffers are checked before formatting is applied, to facilitate unformated data to be saved.
(Inherited from BaseModule.) |
See Also
Smartsite.Runtime.Modules Namespace