示例#1
0
 public void AddCustomQueryParameter(string name, string value)
 {
     Parameters.AddCustomQueryParameter(name, value);
 }