Click or drag to resize

UrlUtilityGetQuery Method

Retrieves the query-string component of a given URL.

Namespace:  Dynamicweb.Analytics.Utilities
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static string GetQuery(
	string url
)

Parameters

url
Type: SystemString
URL to examine.

Return Value

Type: String
Query-string component of a given URL.
See Also