GetAttributeNode

Element.GetAttributeNode method

Recupera un nodo attributo per nome.

public Attr GetAttributeNode(string name)
ParametroTipoDescrizione
nameStringIl nome dell’attributo.

Valore di ritorno

Restituisce l’attributo value

Guarda anche