UrlUtilityAppendArgs Method
Appends the specified arguments to the URL string.
Namespace: SMath.Manager.NetworkAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public static string AppendArgs(
string url,
Dictionary<string, string> args
)
Public Shared Function AppendArgs (
url As String,
args As Dictionary(Of String, String)
) As String
public:
static String^ AppendArgs(
String^ url,
Dictionary<String^, String^>^ args
)
static member AppendArgs :
url : string *
args : Dictionary<string, string> -> string
- url String
- URL string to append the arguments to.
- args DictionaryString, String
- Arguments to append.
StringThe resulting URL.