HtmlNodeCollectionTrim Method

Trim blank text from elements in the specified collection and its descendants.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static void Trim(
	HtmlNodeCollection nodes
)

Parameters

nodes  HtmlNodeCollection
Collection of nodes whose text will be trimmed.

See Also