SetAttribute

Element.SetAttribute method

Adds a new attribute. If an attribute with that name is already present in the element, its value is changed to be that of the value parameter.

public void SetAttribute(string name, string value)
ParameterTypeDescription
nameStringThe attribute name.
valueStringThe attribute value.

See Also