Click or drag to resize
XmlWriterWriteElementString Method
Writes an element with the specified local name and value.

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

Parameters

localName
Type: SystemString
The local name of the element.
value
Type: SystemString
The value of the element.
See Also