1.

What Is Query String Collection?

Answer»

This collection stores any values that are provided in the URL.

This can be generated by three methods:

  • By clicking on an anchor tag.
  • By sending a form to the server by the GET method.
  • Through user-typed HTTP ADDRESS.
  • It ALLOWS you to extract data sent to the server USING a GET request.

This collection stores any values that are provided in the URL.

This can be generated by three methods:



Discussion

No Comment Found