XmlWriterWriteStartElement Method (String) |
When overridden in a derived class, writes out a start tag with the specified
local name.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public void WriteStartElement(
string localName
)
Parameters
- localName
- Type: SystemString
The local name of the element.
See Also