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

属性值

Boolean

true 如果浏览器客户端是 AOL 浏览器,则为;否则为 falsetrue if the browser client is an AOL browser; otherwise, false. 默认值为 falseThe default is false.

适用于