Documentation For Encog 2.x

LoadWebPage.Load(String) Method

Load the web page from a string that contains HTML.

public WebPage Load(
   string str
);

Parameters

str
A string containing HTML.

Return Value

The loaded WebPage.

See Also

LoadWebPage Class | Encog.Bot.Browse Namespace | LoadWebPage.Load Overload List