Visual Basic (Declaration) | |
---|---|
Public Enum XhtmlDTDSpecification Inherits System.Enum |
C# | |
---|---|
public enum XhtmlDTDSpecification : System.Enum |
Member | Description |
---|---|
Any | Allow any of the supported DTDs, but must be declared and compliant |
None | Use DTD only if defined |
XhtmlFrameset_10 | Use the XHTML 1.0 Transitional DTD <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> |
XhtmlStrict_10 | Use the XHTML 1.0 Transitional DTD <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
XhtmlTransitional_10 | Use the XHTML 1.0 Transitional DTD <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
System.Object
System.ValueType
System.Enum
CSharpTest.Net.Html.XhtmlDTDSpecification
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7