Click or drag to resize
XmlWriterWriteStartElement Method (String, String)
When overridden in a derived class, writes the specified start tag and associates it with the given namespace.

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,
	string ns
)

Parameters

localName
Type: SystemString
The local name of the element.
ns
Type: SystemString
The namespace URI to associate with the element. If this namespace is already in scope and has an associated prefix, the writer automatically writes that prefix also.
See Also