Document.GetElementsByTagName
Document.GetElementsByTagName method
按文档顺序返回所有元素的节点列表,这些元素具有给定的标签名称并包含在文档中。
public HTMLCollection GetElementsByTagName(string tagname)
范围 | 类型 | 描述 |
---|---|---|
tagname | String | 标记名。 |
返回值
返回节点。
也可以看看
- class HTMLCollection
- class Document
- 命名空间 Aspose.Html.Dom
- 部件 Aspose.HTML