Razor Pages에서 BindProperty 특성의 SupportsGet 속성으로 쿼리 스트링 받기
[BindProperty(SupportsGet = true)]
public InputModel Input { get; set; }
https://learn.microsoft.com/ko-kr/aspnet/core/tutorials/razor-pages/search
[BindProperty(SupportsGet = true)]
public InputModel Input { get; set; }
https://learn.microsoft.com/ko-kr/aspnet/core/tutorials/razor-pages/search