Element.RemoveAttributeNS

Element.RemoveAttributeNS method

Elimina un atributo por nombre local y URI de espacio de nombres.

public void RemoveAttributeNS(string namespaceURI, string localName)
ParámetroEscribeDescripción
namespaceURIStringEl URI del espacio de nombres.
localNameStringNombre del local.

Ver también