I have few images please have a look
Controller Name

Action Name with paramteres

Routing

I Just show image to clearify the names of controller and action etc etc . Now at current situation when i make a call to
tags/1 it goes to Index action of tag controller
which is fine , now i want that in future my url looks like this
/tags/Coupons-1.html here 1 is pageno and this will update every time
How can i do this
Thanks in advance and please ask if you need anything else .
You can do something like that:
Change your route as follow:
Pat attention that i change the
pagenoparameter tostringThe controller
Now in the controller you should do:
NULLdo somethingInt, if so then you know you gottags/1Intthen you probably got something like that/tags/Coupons-1.htmlin this case pull out the page number from the parameter