Represents the DTD defined in the DOCTYPE declaration of the HTML document. If not specified HtmlDtd.Html401 will be used.
| C# | Visual Basic | Visual C++ |
public enum HtmlDtd
Public Enumeration HtmlDtd
public enum class HtmlDtd
| Member | Description |
|---|---|
| Html401 |
DTD HTML 4.01 (Strict)
|
| Html401Transitional |
DTD XHTML 1.0 Transitional
|
| Html401Frameset |
DTD XHTML 1.0 Frameset
|
| XhtmlStrict |
DTD XHTML 1.0 Strict
|
| XhtmlTransitional |
DTD HTML 4.01 Transitional
|
| XhtmlFrameset |
DTD HTML 4.01 Frameset
|
| Html32 |
DTD HTML 3.2 Final
|