XmlWriterWriteStartElement Method (String, String) |
When overridden in a derived class, writes the specified start tag and associates
it with the given namespace.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax 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