IFrame Properties |
The IFrame type exposes the following members.
Name | Description | |
---|---|---|
![]() | Browser |
The IBrowser instance associated with this frame.
|
![]() | Children |
The collection of the child frames.
|
![]() | Document |
The IDocument that can be used to work with DOM of the frame. Can be null if the frame doesn't have
a document.
|
![]() | Html |
The HTML content of the frame. Can be an empty string
if the frame doesn't have a content or its content is empty.
|
![]() | IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) |
![]() | IsMain |
Indicates whether the frame is a main (top-level) frame in the browser.
|
![]() | LocalStorage |
The localStorage instance of this frame.
|
![]() | Name |
The name of the frame. Can be an empty string if the frame doesn't have a name.
|
![]() | Parent |
The parent frame.
|
![]() | SelectedHtml |
The HTML representation of the selected content in the frame. Can be an empty string if there's no selection.
|
![]() | SelectedText |
The text representation of the selected content in the frame. Can be an empty string if there's no selection.
|
![]() | SessionStorage |
The sessionStorage instance of this frame.
|
![]() | Text |
Gets the content of the frame and its sub-frames as plain text or an empty string if the
frame does not have content or its content is empty.
|