Document.CreateAttributeNS

Document.CreateAttributeNS method

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

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

Return Value

The Attr.

See Also