public string GetValue(string name) { return(RequestManager.GetValue(this, name)); }
public string GetValue(params string[] names) { return(RequestManager.GetValue(this, names)); }
public string GetValue(string name, bool needDecode = true) { return(RequestManager.GetValue(this, name, needDecode)); }