Element.GetAttributeNS

Element.GetAttributeNS method

Ruft einen Attributwert nach lokalem Namen und Namespace-URI ab.

public string GetAttributeNS(string namespaceURI, string localName)
Parameter Typ Beschreibung
namespaceURI String Der Namespace-URI.
localName String Name des Lokals.

Rückgabewert

Gibt das Attribut zurück

Siehe auch