Click or drag to resize
ICrawlerChecker Interface
Provides method for checking whether the current visitor is crawler.

Namespace: CMS.Helpers.Internal
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public interface ICrawlerChecker

The ICrawlerChecker type exposes the following members.

Methods
  NameDescription
Public methodIsCrawler
Checks whether the current request comes from the crawler.
Top
See Also