IStringList

The IStringList interface to retrieve individual items from the string lists contained in the QueryString, Form, or ServerVariables collections.

Method Description
IstringList::get_Count Retrieves the number of items in the string list.
IstringList::get_Item Retrieves the specified item from a string list.
IstringList::get__NewEnum Retrieves an enumerator for the string list.

Note   This interface also supports the IUnknown and IDispatch interface methods. For more information, see \inetsrv\asp\cmpnts\asptlb.h, the header file installed with ASP.