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 interface IWebPage |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Interface IWebPage |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
Data |
Gets the page data.
|
|
Expires |
Gets the expiry date/time.
|
|
LastModified |
Gets the last modified date.
|
|
MimeType |
Gets the HTTP MIME type of the page.
|
|
ResponseTime |
Gets the page response time in milliseconds.
|
|
Status |
Gets the status of the executed request.
|
|
Url |
Gets the URL.
|
See Also
Smartsite.Base Namespace