Called when the spider encounters a URL.
| C# | Visual Basic | Visual C++ |
bool SpiderFoundURL( Uri url, Uri source, Spider..::.URLType type )
Function SpiderFoundURL ( _ url As Uri, _ source As Uri, _ type As Spider..::.URLType _ ) As Boolean
bool SpiderFoundURL( Uri^ url, Uri^ source, Spider..::.URLType type )
- url (Uri)
- The URL that the spider found.
- source (Uri)
- The page that the URL was found on.
- type (Spider..::.URLType)
- The type of link this URL is.
True if the spider should scan for links on this page.