RemoveAttributeNS

Element.RemoveAttributeNS method

Entfernt ein Attribut nach lokalem Namen und Namespace-URI.

public bool RemoveAttributeNS(string namespaceURI, string localName)
Parameter Typ Beschreibung
namespaceURI String Der Attribut-Namespace-URI.
localName String Der lokale Name des Attributs.

Rückgabewert

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

Siehe auch