Home » HTML » HTML URL Encode » Question
  1. Which of the following is used to decode the encoded URI?
    1. encodeURIComponent()
    2. decodeURI()
    3. Server.URLEncode()
    4. encodeURI()
    5. 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.



Your comments will be displayed only after manual approval.