How to Pass Multiple Parameters to a GET Method in ASP.NET Core MVC by @telerik telerik.com
You have multiple options for passing multiple parameters to a GET method: FromRouteAttribute, FromQuery and Model Binding.
You have multiple options for passing multiple parameters to a GET method: FromRouteAttribute, FromQuery and Model Binding.