Element.GetAttributeNode
Element.GetAttributeNode method
名前で属性ノードを取得します。
public Attr GetAttributeNode(string name)
パラメータ | タイプ | 説明 |
---|---|---|
name | String | 属性名。 |
戻り値
属性値を返します
関連項目
- class Attr
- class Element
- 名前空間 Aspose.Html.Dom
- 組み立て Aspose.HTML
名前で属性ノードを取得します。
public Attr GetAttributeNode(string name)
パラメータ | タイプ | 説明 |
---|---|---|
name | String | 属性名。 |
属性値を返します