Shunde.NET Framework Class Library

TextUtils.AppendNameValueToUrl Method 

Appends a Name and Value pair to a URL

public static string AppendNameValueToUrl(
   String url,
   String name,
   String value
);

Remarks

Automatically adds the '?' or '&' as necessary, and URLEncodes the Value

See Also

TextUtils Class | Shunde.Utilities Namespace