IFormCollection Methods |
The IFormCollection type exposes the following members.
Name | Description | |
---|---|---|
ContainsKey |
Determines whether the collection contains a form item with specified name.
| |
TryGetValue |
Retrieves value of form item specified by given name.
|
Name | Description | |
---|---|---|
BatchKeyValuePairString, StringValues |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) | |
ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) | |
ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |