SetAttribute

Element.SetAttribute method

Agrega un nuevo atributo. Si un atributo con ese nombre ya está presente en el elemento, su valor se cambia por el del valor parámetro.

public void SetAttribute(string name, string value)
ParámetroEscribeDescripción
nameStringEl nombre del atributo.
valueStringEl valor del atributo.

Ver también