Table of Contents

Property ContentDocument

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

ContentDocument

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

IDocument ContentDocument { get; }

Property Value

IDocument

The document of the current <frame> or <iframe> element if it exists, otherwise null.

Exceptions

ObjectDisposedException

The IFrameElement has already been disposed.