Example #1
0
 public IActionResult Bsort(string value)
 {
     if (value != null)
     {
         TextModel.WordsByBubble = TextModel.GetDictionarySortedByBubble(value);
     }
     return(View());
 }