You can use the IStringList interface to retrieve individual items from the string lists contained in the QueryString, Form, or ServerVariables collections.
Method |
Description |
Returns the number of items in the string list. | |
Retrieves the specified item from a string list. | |
Retrieves an enumerator for the string list. |
Note This interface also supports the IUnknown and IDispatch methods. For more information, see \Inetsrv\Asp\Cmpnts\Asptlb.h, the header file installed with Active Server Pages.