HttpBrowserCapabilitiesBase.Crawler 属性

定义

在派生类中重写时,获取一个值,该值指示浏览器是否为搜索引擎 Web 爬网程序。

public:
 virtual property bool Crawler { bool get(); };
public virtual bool Crawler { get; }
member this.Crawler : bool
Public Overridable ReadOnly Property Crawler As Boolean

属性值

true 如果浏览器是搜索引擎爬网程序,则为否则,为 false.

例外

适用于