Called when the spider is ready to process an HTML
URL.
| C# | Visual Basic | Visual C++ |
void SpiderProcessURL( Uri url, SpiderParseHTML parse )
Sub SpiderProcessURL ( _ url As Uri, _ parse As SpiderParseHTML _ )
void SpiderProcessURL( Uri^ url, SpiderParseHTML^ parse )
- 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.