InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is used to decode the encoded URI?(a) encodeURI()(b) encodeURIComponent()(c) decodeURI()(d) Server.URLEncode()I had been asked this question during a job interview.My question comes from URL Encoding in chapter HTML Images & Web Page Files of HTML |
|
Answer» Correct OPTION is (c) decodeURI() |
|