RemoveAttribute

Element.RemoveAttribute method

Entfernt ein Attribut nach Namen.

public bool RemoveAttribute(string name)
Parameter Typ Beschreibung
name String Der Attributname.

Rückgabewert

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

Siehe auch