HtmlDocumentRemove Method
Find and remove the node with the specified unique ID.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public void Remove(
string nodeID
)
Public Sub Remove (
nodeID As String
)
No code example is currently available or this language may not be supported.
Parameters
- nodeID String
-
The unique ID of the node within this document.