Request.QueryString collection

Data passed to the server as a part of the URL, as with a GET form.

Usage

value= Request.QueryString(name)

Details

All GET form values, and any query string values, are available in this collection.

This collection contains a list of IStringList collection items.