. Net implements the escape and Unescape functions in Javascript

Source: Internet
Author: User

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, we are using it. net, focus on C # and VB.. net, and a JScript is ignored. net, jscript.net fully supports JScript functions, of course, 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 the 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 stored under globalobject in jscript.net.

Similarly, you can use functions such as Unescape, encodeuri, and decodeuri.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.