RemoveAttributeNS

Element.RemoveAttributeNS method

Entfernt ein Attribut nach lokalem Namen und Namespace-URI.

public bool RemoveAttributeNS(string namespaceURI, string localName)
ParameterTypBeschreibung
namespaceURIStringDer Attribut-Namespace-URI.
localNameStringDer lokale Name des Attributs.

Rückgabewert

True, wenn das Attribut gefunden und entfernt wird, andernfalls false.

Siehe auch