Click or drag to resize

IFrameDocument Property

The IDocument that can be used to work with DOM of the frame. Can be null if the frame doesn't have a document.

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

Property Value

Type: IDocument
See Also