 | spiderEvaluatorBaseapproveUrl Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Approves the URL for futher consideration based on url string content
Namespace:
imbWEM.Core.crawler.evaluators
Assembly:
imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntaxpublic virtual bool approveUrl(
link ln
)
Parameters
- ln
- Type: link
The link to check
Return Value
Type:
BooleanTRUE if link seems to be ok, FALSE if link url is not accepted by
[!:spiderSettings.urlBanNeedles] list
Implements
ISpiderEvaluatorBaseapproveUrl(link)
See Also