WriteNmToken Method
Collapse the table of content
Expand the table of content

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).

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)

'Declaration
Public Overridable Sub WriteNmToken ( _
	name As String _
)

Parameters

name
Type: System.String
The name to write.

ExceptionCondition
ArgumentException

name is not a valid NmToken; or name is either Nothing or String.Empty.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft