-
Which of the following is used to decode the encoded URI?
-
- encodeURIComponent()
- decodeURI()
- Server.URLEncode()
- encodeURI()
- None of these
Correct Option: B
encodeURI(), encodeURIComponent, decodeURI() are the Java Script function. encodeURI(), encodeURIComponent() are the functionsthat encode URL. decodeURI() is the function that decode the encoded URL.