IFrameElementContentDocument Property  | 
 
                Gets the document of the current <frame> or <iframe> element.
            
 
    Namespace: 
   DotNetBrowser.Dom
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.1
SyntaxIDocument 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