| XmlSerializationWriterWriteElementString Method | 
            Writes an XML element with a specified value in its body.
            
 
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
 Syntax
Syntaxprotected 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
See Also