Document.GetElementsByTagName
Document.GetElementsByTagName method
指定されたタグ名を持ち、ドキュメントに含まれているすべての要素の NodeList をドキュメント順で返します。
public HTMLCollection GetElementsByTagName(string tagname)
パラメータ | タイプ | 説明 |
---|---|---|
tagname | String | タグ名。 |
戻り値
ノードを返します。
関連項目
- class HTMLCollection
- class Document
- 名前空間 Aspose.Html.Dom
- 組み立て Aspose.HTML