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 namespaceURI, string localName, bool isId)
ParameterTypeDescription
namespaceURIStringThe namespace URI.
localNameStringName of the local.
isIdBooleanif set to true [is id].

See Also