HtmlDocumentRemove Method

Find and remove the node with the specified unique ID.

Definition

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

Parameters

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

See Also