Document.GetElementsByTagName
Document.GetElementsByTagName method
Restituisce una NodeList di tutti gli elementi in ordine di documento con un dato nome di tag e sono contenuti nel documento.
public HTMLCollection GetElementsByTagName(string tagname)
Parametro | Tipo | Descrizione |
---|---|---|
tagname | String | Il nome del tag. |
Valore di ritorno
Restituisce nodi.
Guarda anche
- class HTMLCollection
- class Document
- spazio dei nomi Aspose.Html.Dom
- assemblea Aspose.HTML