jigna patel

jigna patel

  • NA
  • 25
  • 5k

Route Manipulation

Sep 6 2017 7:07 AM
I have two controllers, HomeController and ResourcesController. I want to hide the Home/ from the url when action on HomeController is requested, but for ResourcesController (or any other controlelr) I want to keep the controller name in url. E.g. /Home/Products will be /Produtcs, but /Resources/Banana should stay /Resources/Banana.

Answers (1)