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)
ParameterTypeDescription
idAttrAttrThe id attr.
isIdBooleanif set to true [is id].

See Also