Click or drag to resize
XmlWriterWriteStartElement Method (String)
When overridden in a derived class, writes out a start tag with the specified local name.

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

Parameters

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