示例#1
0
 public string GetValue(string name)
 {
     return(RequestManager.GetValue(this, name));
 }
示例#2
0
 public string GetValue(params string[] names)
 {
     return(RequestManager.GetValue(this, names));
 }
示例#3
0
 public string GetValue(string name, bool needDecode = true)
 {
     return(RequestManager.GetValue(this, name, needDecode));
 }