Acrux Html Parser Documentation
DocumentType Property
NamespacesAcrux.HtmlHtmlDocumentDocumentType
Returns the <!DOCTYPE> element in the document of a loaded document if defined.
Declaration Syntax
C#Visual BasicVisual C++
public HtmlDocTypeElement DocumentType { get; }
Public ReadOnly Property DocumentType As HtmlDocTypeElement
public:
property HtmlDocTypeElement^ DocumentType {
	HtmlDocTypeElement^ get ();
}

Assembly: Acrux.Html (Module: Acrux.Html) Version: 1.0.0.0 (1.0.0.215)