Document Property

WebKit .NET

[This is preliminary documentation and is subject to change.]

Gets a Document representing the currently displayed page.

Namespace:  WebKit
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public Document Document { get; }
Visual Basic (Declaration)
Public ReadOnly Property Document As Document
Visual C++
public:
property Document^ Document {
	Document^ get ();
}

See Also