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 interface IWebPage
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Interface IWebPage

The type exposes the following members.

Public Methods

  Name Description
Public method Execute
Execute the request to create the page.

Public Properties

  Name Description
Public property Data
Gets the page data.
Public property Expires
Gets the expiry date/time.
Public property LastModified
Gets the last modified date.
Public property MimeType
Gets the HTTP MIME type of the page.
Public property ResponseTime
Gets the page response time in milliseconds.
Public property Status
Gets the status of the executed request.
Public property Url
Gets the URL.

See Also

Advanced