Example #1
0
 /// <summary>
 /// Returns true if any of the specified keys are present in this NameValueCollection
 /// </summary>
 /// <param name="keys"></param>
 /// <returns></returns>
 public bool WasOneSpecified(params string[] keys)
 {
     return(NameValueCollectionExtensions.IsOneSpecified(this, keys));
 }