Click or drag to resize

UserAgentParse Method

Parses the user agent information from the given raw string.

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static UserAgent Parse(
	string originalString
)

Parameters

originalString
Type: SystemString
User agent definition string.

Return Value

Type: UserAgent
User agent information.
Remarks