Click or drag to resize
XmlWriterWriteString Method
When overridden in a derived class, writes the given text content.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public abstract void WriteString(
	string text
)

Parameters

text
Type: SystemString
The text to write.
See Also