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