Click or drag to resize
CurrentDeviceInfoBrowserName Property

Note: This API is now obsolete.

The name of the browser. Many mobile browsers come default with the OS. Unless specifically named, these browsers are named after the accompanying OS.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This property is obsolete. Use property Data["propertyName"] instead.")]
public string BrowserName { get; }

Property Value

Type: String
See Also