JavaScript scripts, including escape and Unescape, are usually used when URL transmission is performed. In. net, many people still want to use this function in C # and VB. NET, but they cannot find a simple implementation.
In fact, when we use. net, we all focus on C # and VB. NET, while ignoring anotherJScript. netJscript.net fully supports JScript functions. Of course, it also supports escape, Unescape, and other JS functions and functions.
To use escape and Unescape in C # and VB. NET, you only need to add reference:Microsoft. JScript.It is the same as Js in use, for example:
C # inside String Strescaped = Microsoft. JScript. globalobject. Escape ( " Test " );
Note: Some JS functions are all stored in jscript.net.Globalobject. Similarly, you can use functions such as Unescape, encodeuri, and decodeuri.
From: http://www.cnblogs.com/sjcatsoft/archive/2008/12/14/1354880.html