remove space from product name in url routing in asp.net c#
http://localhost:1118/BharatPlants/Collections?Plants%20By%20Type&smid=17&groupid=1
i want to replace %20% to - by using url routing like this
BharatPlants/Collections?Plants-By-Type&smid=17&groupid=1
any solutions