Element.GetAttributeNodeNS
Element.GetAttributeNodeNS method
Récupère un nœud Attr par nom local et URI d’espace de noms.
public Attr GetAttributeNodeNS(string namespaceURI, string localName)
Paramètre | Taper | La description |
---|---|---|
namespaceURI | String | L’URI de l’espace de noms. |
localName | String | Nom de la section locale. |
Return_Value
Renvoie l’attribut
Voir également
- class Attr
- class Element
- espace de noms Aspose.Html.Dom
- Assemblée Aspose.HTML