GetAttributeNS

Element.GetAttributeNS method

Obtient une valeur d’attribut par nom local et URI d’espace de noms.

public string GetAttributeNS(string namespaceURI, string localName)
Paramètre Taper La description
namespaceURI String URI de l’espace de noms d’attribut.
localName String Le nom local de l’attribut.

Return_Value

La valeur de l’attribut.

Voir également