RemoveAttributeNS

Element.RemoveAttributeNS method

Supprime un attribut par nom local et URI d’espace de noms.

public bool RemoveAttributeNS(string namespaceURI, string localName)
ParamètreTaperLa description
namespaceURIStringURI de l’espace de noms d’attribut.
localNameStringLe nom local de l’attribut.

Return_Value

Vrai si trouve et supprime l’attribut, sinon faux.

Voir également