Element.GetElementsByTagName
Element.GetElementsByTagName method
Returns a NodeList of all descendant Elements with a given tag name, in document order.
public HTMLCollection GetElementsByTagName(string name)
Parameter | Type | Description |
---|---|---|
name | String | The tag name. |
Return Value
Returns attribute
See Also
- class HTMLCollection
- class Element
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG