HtmlNodeItemRemoveAttribute Method
Remove all attributes of a specified name within the Node and children.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static void RemoveAttribute(
HtmlNodeItem node,
string name
)
Public Shared Sub RemoveAttribute (
node As HtmlNodeItem,
name As String
)
No code example is currently available or this language may not be supported.
Parameters
- node HtmlNodeItem
-
Instance of the Node to inspect.
- name String
-
Name of the Attribute to Remove.