Encog 1.1 for DotNet
SpiderProcessURL Method (url, parse)
NamespacesEncog.Bot.SpiderISpiderReportableSpiderProcessURL(Uri, SpiderParseHTML)
Called when the spider is ready to process an HTML URL.
Declaration Syntax
C#Visual BasicVisual C++
void SpiderProcessURL(
	Uri url,
	SpiderParseHTML parse
)
Sub SpiderProcessURL ( _
	url As Uri, _
	parse As SpiderParseHTML _
)
void SpiderProcessURL(
	Uri^ url, 
	SpiderParseHTML^ parse
)
Parameters
url (Uri)
The URL that the spider is about to process.
parse (SpiderParseHTML)
An object that will allow you you to parse the HTML on this page.

Assembly: Encog (Module: Encog) Version: 1.1.0.0 (1.1.0)