Click or drag to resize
XmlSerializationWriterWriteElementString Method
Writes an XML element with a specified value in its body.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
protected void WriteElementString(
	string localName,
	string ns,
	string value
)

Parameters

localName
Type: SystemString
The local name of the XML element.
ns
Type: SystemString
The namespace of the XML element.
value
Type: SystemString
The text value of the XML element.
See Also