Click or drag to resize
ICrawlerCheckerIsCrawler Method
Checks whether the current request comes from the crawler.

Namespace: CMS.Helpers.Internal
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
bool IsCrawler()

Return Value

Type: Boolean
True, if current request comes from the crawler; otherwise, false
See Also