UtilHtmlAgilityPackGetHtmlXPaths Method

Gets a collection containing all the X-Path expressions of an HtmlDocument document.

Definition

Namespace: DevCase.ThirdParty.HtmlAgilityPack
Assembly: DevCase.net48.ThirdParty.HtmlAgilityPack (in DevCase.net48.ThirdParty.HtmlAgilityPack.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static ReadOnlyCollection<string> GetHtmlXPaths(
	HtmlDocument document
)

Parameters

document  HtmlDocument
The HtmlDocument document.

Return Value

ReadOnlyCollectionString
A collection containing all the X-Path expressions of an HtmlDocument document.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

HtmlAgilityPack

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also