Type: Boolean
Returns whether the visitor is accessing your site through an America Online branded browser (on the AOL network).
C# Example:
<html> AOL:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.AOL);
%>
</html>
See Also: