HtmlNodeItemRemoveAttribute Method

Remove all attributes of a specified name within the Node and children.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3112.4353
C#
public static void RemoveAttribute(
	HtmlNodeItem node,
	string attributeName
)

Parameters

node  HtmlNodeItem
Instance of the Node to inspect.
attributeName  String
Name of the Attribute to Remove.

See Also