XmlWriterWriteString Method |
When overridden in a derived class, writes the given text content.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public abstract void WriteString(
string text
)
Parameters
- text
- Type: SystemString
The text to write.
See Also