vote up 3 vote down star
3

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

flag

62% accept rate

1 Answer

vote up 6 vote down check

Stackoverflow Archive:

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

link|flag
The code-project link was good, don't know why you removed it ;) – Moayad Mardini Jul 2 at 17:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.