| Collection |
description |
| ClientCertificate |
this holds values for all of the fields in
the client certificate |
| Cookies |
this holds the values of all the cookies sent
from the users system |
| Form |
this holds values of all the HTML controls
contained between the <FORM> tags . The FORM METHOD
must be set to POST. |
| QueryString |
this is a collection of all the name/value
pairs appended to the URL |
| ServerVariables |
this is a collection of all the HTTP header
values sent from the client plus the values of several of
the servers environment variables |