IFrameElementContentDocument Property |
Gets the document of the current <frame> or <iframe> element.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax IDocument ContentDocument { get; }
Property Value
Type:
IDocument
The document of the current
<frame> or
<iframe> element if
it exists, otherwise
null.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The IFrameElement has already been disposed. |
See Also