HtmlDocumentRemoveAttribute Method

Remove all attributes of a specified name within the Document.

Definition

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

Parameters

document  HtmlDocument
Instance of the Document to inspect.
name  String
Name of the Attribute to Remove.

See Also