Document.CreateElementNS

Document.CreateElementNS method

Creates an element of the given qualified name and namespace URI.

public Element CreateElementNS(string namespaceURI, string qualifiedName)
ParameterTypeDescription
namespaceURIStringThe namespace URI.
qualifiedNameStringName of the qualified.

Return Value

The Element.

See Also