Hi, Is there a standard way / C# library to convert a string into a user friendly uri in order to use it in a RESTful MVC environment?
StackOverflow does this, for example "èòà" are converted to "eoa", question marks are removed while dots, commas and brackets are replaced with "-" and so on.
Any suggestion? Thanks