HTMLCollection.NamedItem

HTMLCollection.NamedItem method

Returns the item in the collection matched specified name.

public Element NamedItem(string name)
ParameterTypeDescription
nameStringThe element name.

Return Value

The matched element

See Also