HtmlDocumentRemove Method

Find and remove the node with the specified unique ID.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public void Remove(
	string nodeID
)

Parameters

nodeID  String
The unique ID of the node within this document.

See Also