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