Click or drag to resize

spiderEvalRuleForPageBaseevaluate Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Evaluates the specified page.

Namespace:  imbWEM.Core.crawler.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public abstract spiderEvalRuleResult evaluate(
	spiderPage page
)

Parameters

page
Type: imbWEM.Core.crawler.targetsspiderPage
The page.

Return Value

Type: spiderEvalRuleResult

[Missing <returns> documentation for "M:imbWEM.Core.crawler.core.spiderEvalRuleForPageBase.evaluate(imbWEM.Core.crawler.targets.spiderPage)"]

See Also