C#: convert Unicode to use as url

Posted by Feryt on Stack Overflow See other posts from Stack Overflow or by Feryt
Published on 2010-05-19T11:17:14Z Indexed on 2010/05/19 11:20 UTC
Read the original article Hit count: 249

Filed under:
|
|

Hi. I'm working on multilingual Asp.NET MVC application. In url i need to use category name. Is there any way how to convert i.e japanese text to its url safe equivalent? Or should i use original text in url(www.example.com/??/? = www.example.com/product/car)?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET