Class HtmlVersion
Version of HTML.
(c) 1998-2000 (W3C) MIT, INRIA, Keio University See HtmlParser.cs for the copyright notice. Derived from HTML HtmlParser Release 4 Aug 2000
Inheritance
Namespace: Telerik.Windows.Documents.FormatProviders.Html.Parsing
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class HtmlVersion : Enum
Remarks
If the document uses just HTML 2.0 tags and attributes described it as HTML 2.0 Similarly for HTML 3.2 and the 3 flavors of HTML 4.0. If there are proprietary tags and attributes then describe it as HTML Proprietary. If it includes the xml-lang or xmlns attributes but is otherwise HTML 2.0, 3.2 or 4.0 then describe it as one of the flavors of Voyager (strict, loose or frameset).
Fields
All
Everything
Frames
From32
Html20
Html32
Html40
Html40Loose
Html40Strict
Iframes
Loose
Malformed
Microsoft
Netscape
Proprietary
Sun
Unknown
value__
Declaration
public int value__
Field Value
System.Int32
|