Documentation For Encog 2.x

BasicExtract.ExtractList Method

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

public IList<object> ExtractList(
   WebPage page
);

Parameters

page
The web page to extract from.

Return Value

The results of the extraction as a List.

Implements

IExtract.ExtractList

See Also

BasicExtract Class | Encog.Bot.Browse.Extract Namespace