The HttpInputItem type exposes the following members.
Properties
| Name | Description |
---|
 | Count |
Number of values
|
 | Item |
Get a sub item
|
 | Name |
Name of item (in lower case).
|
 | Value |
Returns the first value, or null if no value exist.
|
 | Values |
Returns the list with values.
todo: Return a readonly collection
|
See Also