Customizing QueryString
You may want to use shorter parameter names in querystring. AspNetCore provides to define querystring parameter's names with FromQuery
attribute:
This provides to handle category
parameter as CategoryId:
* `/Blogs?category=4`