예제 #1
0
 public static string CreateQuerystring(string route = "", ModelStateDictionary modelState = null)
 {
     return(CreateQuerystring(route, new KeyValuePair <string, string>("message", String.Join(": ", "Some errors occurred:", modelState.ConcatErrors()))));
 }