XmlWriter.WriteNmToken Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).
Assembly: System.Xml (in System.Xml.dll)
Parameters
- name
- Type: System.String
The name to write.
| Exception | Condition |
|---|---|
| ArgumentException | name is not a valid NmToken; or name is either Nothing or String.Empty. |
Show: