Click or drag to resize

UrlUtilsGetParameters Method

Returns a dictionary with parameters and values. Parameter-names are always in uppercase.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static Dictionary<string, string> GetParameters(
	string url
)

Parameters

url
Type: SystemString
Must contain either a complete url (ex. 'http://acme.com?p1=v1&p2=v2') or only the query string (ex. 'p1=v1&p2=v2').

Return Value

Type: DictionaryString, String
See Also