Documentation For Encog 2.x

BotUtil.LoadPage Method

Load the specified web page into a string.

public static string LoadPage(
   Uri url
);

Parameters

url
The url to load.

Return Value

The web page as a string.

See Also

BotUtil Class | Encog.Bot Namespace