HttpBrowserCapabilities.AOL 属性
定义
获取一个值,该值指示客户端是否是 America Online (AOL) 浏览器。Gets a value indicating whether the client is an America Online (AOL) browser.
public:
property bool AOL { bool get(); };
public bool AOL { get; }
member this.AOL : bool
Public ReadOnly Property AOL As Boolean
属性值
true 如果浏览器客户端是 AOL 浏览器,则为;否则为 false 。true if the browser client is an AOL browser; otherwise, false. 默认值为 false。The default is false.