I'm working on an asp.net mvc application and I need to modify the url that is in the browser, adding a "/something-more-here". The fact is that I have article content that is rendered on a page, but currently the url looks like this: https://localhost:44328/Blog/Article. And it needs to be like this: https://localhost:44328/Blog/Article/article-name. How can I do this url customization?