[This is preliminary documentation and is subject to change.]
Gets the Document Type Declaration associated with the document.
Namespace:
WebKit.DOM
Assembly:
WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C# |
---|
public DocumentType DocType { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property DocType As DocumentType |
Visual C++ |
---|
public: property DocumentType^ DocType { DocumentType^ get (); } |