Click or drag to resize
AnalyticsUserAgentParserTryGetBrowserName Method
Returns true when browser name can be parsed from given userAgentbrowserName is assigned by parsed value in such case. Returns false otherwise.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax
C#
public bool TryGetBrowserName(
	string userAgent,
	out string browserName
)

Parameters

userAgent
Type: SystemString
User agent string provided by client browser.
browserName
Type: SystemString
Parsed browser name.

Return Value

Type: Boolean

Implements

IAnalyticsUserAgentParserTryGetBrowserName(String, String)
See Also