HtmlNodeCollectionTrim Method
Trim blank text from elements in the specified collection and its
descendants.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static void Trim(
HtmlNodeCollection nodes
)
Public Shared Sub Trim (
nodes As HtmlNodeCollection
)
No code example is currently available or this language may not be supported.
Parameters
- nodes HtmlNodeCollection
-
Collection of nodes whose text will be trimmed.