Table of Contents

Method RemoveAttribute

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Core.dll

RemoveAttribute(string)

Removes an attribute by name.

void RemoveAttribute(string name)

Parameters

name string

The name of the attribute to remove.This is a qualified name. It is matched against the Name property of the matching node.

RemoveAttribute(string, string)

Removes an attribute with the specified local name and namespace URI. (If the removed attribute has a default value, it is immediately replaced).

void RemoveAttribute(string localName, string namespaceURI)

Parameters

localName string

The local name of the attribute to remove.

namespaceURI string

The namespace URI of the attribute to remove.