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