Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.​Xml.​XmlTokenizedType

Assembly: System.Xml.ReaderWriter

Represents the XML type for the string. This allows the string to be read as a particular XML type, for example a CDATA section type.

Values

CDATA
CDATA type.
ID
ID type.
IDREF
IDREF type.
IDREFS
IDREFS type.
ENTITY
ENTITY type.
ENTITIES
ENTITIES type.
NMTOKEN
NMTOKEN type.
NMTOKENS
NMTOKENS type.
NOTATION
NOTATION type.
ENUMERATION
ENUMERATION type.
QName
QName type.
NCName
NCName type.
None
No type.