Documentation For Encog 2.x

WebPage.FindLink Method

Find the link that contains the specified string.

public Link FindLink(
   string str
);

Parameters

str
The string to search for.

Return Value

The link found.

See Also

WebPage Class | Encog.Bot.Browse Namespace