Click or drag to resize

IFrameElementContentDocument Property

Gets the document of the current <frame> or <iframe> element.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IDocument ContentDocument { get; }

Property Value

Type: IDocument
The document of the current <frame> or <iframe> element if it exists, otherwise null.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IFrameElement has already been disposed.
See Also