IStringList C++ Interface
The IStringList interface to retrieve individual items from the string lists contained in the Request.QueryString Collection, Request.Form Collection, or Request.ServerVariables Collection 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.