HtmlNodeCollectionTrim Method

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

Definition

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

Parameters

nodes  HtmlNodeCollection
Collection of nodes whose text will be trimmed.

See Also