Click or drag to resize

IFrame Properties

The IFrame type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
The IBrowser instance associated with this frame.
Public propertyChildren
The collection of the child frames.
Public propertyDocument
The IDocument that can be used to work with DOM of the frame. Can be null if the frame doesn't have a document.
Public propertyHtml
The HTML content of the frame. Can be an empty string if the frame doesn't have a content or its content is empty.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyIsMain
Indicates whether the frame is a main (top-level) frame in the browser.
Public propertyLocalStorage
The localStorage instance of this frame.
Public propertyName
The name of the frame. Can be an empty string if the frame doesn't have a name.
Public propertyParent
The parent frame.
Public propertySelectedHtml
The HTML representation of the selected content in the frame. Can be an empty string if there's no selection.
Public propertySelectedText
The text representation of the selected content in the frame. Can be an empty string if there's no selection.
Public propertySessionStorage
The sessionStorage instance of this frame.
Public propertyText
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.
Top
See Also