HTMLCollection.NamedItem
HTMLCollection.NamedItem method
Returns the item in the collection matched specified name.
public Element NamedItem(String name)
Parameter | Type | Description |
---|---|---|
name | String | The element name. |
Return Value
The matched element
See Also
- class Element
- class HTMLCollection
- package com.aspose.html.collections
- package Aspose.HTML