C# alternative for javascript escape function
Posted
by FosterZ
on Stack Overflow
See other posts from Stack Overflow
or by FosterZ
Published on 2010-03-23T12:59:49Z
Indexed on
2010/03/23
13:03 UTC
Read the original article
Hit count: 531
ASP.NET
hi, what is an alternative for javascript escape function in c# for e.g suppose a string:"Hi Foster's i'm missing /you" will give "Hi%20Foster%27s%20i%27m%20missing%20/you" if we use javascript escape function, but what is the alternative for c#. i have searched for it but no use.
© Stack Overflow or respective owner