Indicates whether the client browser is a Web-crawling search engine.
[Visual Basic] Overridable Public ReadOnly Property Crawler As Boolean [C#] public bool Crawler {virtual get;} [C++] public: __property virtual bool get_Crawler(); [JScript] public function get Crawler() : Boolean;
true if the browser client is a search engine; otherwise, false. Default value is false.
[Visual Basic]
<% ' This example performs some action only if the client ' is a web crawler search engine. If Request.Browser.Crawler = True Then ... End If %>
HttpBrowserCapabilities Class | HttpBrowserCapabilities Members | System.Web Namespace