Is there a standard way / C # library for converting a string to a user-friendly uri to use it in a RESTful MVC environment?
StackOverflow does this, for example, "Ita" is converted to "eoa", question marks are deleted, and periods, commas and brackets are replaced by "-", etc.
Any suggestion? Thanks
source
share