Document.GetElementById

Document.GetElementById method

Restituisce l’elemento che ha un attributo ID con il valore specificato. Se tale elemento non esiste, questo restituisce null. Se più di un elemento ha un attributo ID con quel valore, ciò che viene restituito è indefinito.

public Element GetElementById(string elementId)
ParametroTipoDescrizione
elementIdStringL’elemento id.

Valore di ritorno

IlElement .

Guarda anche