3

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

DaveRandom
  • 86,228
  • 11
  • 149
  • 173
pistacchio
  • 53,670
  • 101
  • 270
  • 404

1 Answers1

7

Stackoverflow Archive:

For more: Google "site:stackoverflow.com friendly url .NET C#"

Community
  • 1
  • 1
Sampson
  • 259,174
  • 73
  • 529
  • 557