UrlUtilityAppendArgs Method

Appends the specified arguments to the URL string.

Definition

Namespace: SMath.Manager.Network
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public static string AppendArgs(
	string url,
	Dictionary<string, string> args
)

Parameters

url  String
URL string to append the arguments to.
args  DictionaryString, String
Arguments to append.

Return Value

String
The resulting URL.

See Also