HtmlNodeItemRemoveAttribute Method

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

Definition

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

Parameters

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

See Also