I need help with URL rewriting. I am new to ASP.NET Core MVC. When I type  anything in {param} part then routing should redirect it to my controller.
So if anyone to types in {param} like 
https://mydoamin.com/{param}
then it should be redirected to this url:
https://mydoamin.com/{controller}/{action}/{actionurl}={param}