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.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax 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:
BooleanImplements
IAnalyticsUserAgentParserTryGetBrowserName(String, String)See Also