I have a MVC 5 project with model named ProductModel and controller named ProductController. I also have a Product data row with field Title: Canon DSLR Cameras By default, when users want to view details product, they will see the url http://../Product/Details/1.
Can we change the url to: http://../Product/Canon-DSLR-Cameras ?
Thanks.