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)
ParametroTipoDescrizione
tagnameStringIl nome del tag.

Valore di ritorno

Restituisce nodi.

Guarda anche