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ètreTaperLa description
namespaceURIStringURI de l’espace de noms d’attribut.
localNameStringLe nom local de l’attribut.

Return_Value

La valeur de l’attribut.

Voir également