XmlWriterWriteElementString Method |
Writes an element with the specified local name and value.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax 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