Element.SetIdAttributeNode
Element.SetIdAttributeNode method
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute.
public void SetIdAttributeNode(Attr idAttr, bool isId)
Parameter | Type | Description |
---|---|---|
idAttr | Attr | The id attr. |
isId | Boolean | if set to true [is id]. |
See Also
- class Attr
- class Element
- package com.aspose.html.Dom
- package Aspose.HTML