示例#1
0
 public IActionResult OnGet()
 {
     Infos = _infoRepository.GetElementByLocation(SearchTerm).ToList();
     return(Page());
 }