Document.GetElementsByTagName
Document.GetElementsByTagName method
Returns a NodeList of all the Elements in document order with a given tag name and are contained in the document.
public HTMLCollection GetElementsByTagName(string tagname)
Parameter | Type | Description |
---|---|---|
tagname | String | The tagname. |
Return Value
Returns nodes.
See Also
- class HTMLCollection
- class Document
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG