GetAttributeNS

Element.GetAttributeNS method

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

public string GetAttributeNS(string namespaceURI, string localName)
ParameterTypBeschreibung
namespaceURIStringDer Namespace-URI.
localNameStringName des Lokals.

Rückgabewert

Gibt das Attribut zurück

Siehe auch