Example #1
0
 public static string Str(this QueryParamCollection paramCol, string name) => paramCol.GetAll(name).FirstOrDefault()?.ToString();