Documentation For Encog 2.x

IExtract.ExtractList Method

Extract from the web page and return the results as a list.

IList<object> ExtractList(
   WebPage page
);

Parameters

page
The web page to extract from.

Return Value

The results of the extraction as a List.

See Also

IExtract Interface | Encog.Bot.Browse.Extract Namespace