Element.GetElementsByTagName
Element.GetElementsByTagName method
Returns HTMLCollection
object containing all elements
with a given tag name, in document order.
public HTMLCollection GetElementsByTagName(string name)
Parameter | Type | Description |
---|---|---|
name | String | String representation of tag name. |
Return Value
A live HTMLCollection
of found elements.
Remarks
Refer to official spec.
See Also
- class HTMLCollection
- class Element
- namespace Aspose.Html.Dom
- assembly Aspose.HTML