userAgent property

Retrieves the User Agent.

 

Syntax

HRESULT value = object.get_userAgent( p);

Property values

Type: BSTR

the user agent string.

"IE"

Default value.

Remarks

Windows Internet Explorer always returns "IE". Other browsers may return strings specific to themselves, for example "Opera" or "Mozilla".

Examples

An example can be found in IHTMLDocumentCompatibleInfo::version.

See also

Reference

IHTMLDocumentCompatibleInfo

IHTMLDocumentCompatibleInfoCollection

IHTMLDocumentCompatibleInfo::version

DocumentCompatibleInfo

Conceptual

Understanding User-Agent Strings

Detecting Internet Explorer More Effectively