Element.GetElementsByTagName
Element.GetElementsByTagName method
Restituisce una NodeList di tutti gli elementi discendenti con un dato nome di tag, nell’ordine del documento.
public HTMLCollection GetElementsByTagName(string name)
Parametro | Tipo | Descrizione |
---|---|---|
name | String | Il nome dell’etichetta. |
Valore di ritorno
Restituisce l’attributo
Guarda anche
- class HTMLCollection
- class Element
- spazio dei nomi Aspose.Html.Dom
- assemblea Aspose.HTML