Element.GetAttributeNodeNS

Element.GetAttributeNodeNS method

Ruft einen Attr-Knoten nach lokalem Namen und Namespace-URI ab.

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

Rückgabewert

Gibt das Attribut zurück

Siehe auch