Normally we can write url inside the route on the controller.
[Route("Product/Category")] public IActionResult Index(int? id)
But h