IFormCollection Interface
Contains the parsed form values.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | Item[String^] | Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present.(Inherited from IReadableStringCollection.) |
| Name | Description | |
|---|---|---|
![]() | Get(String^) | Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present.(Inherited from IReadableStringCollection.) |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
![]() | GetValues(String^) | Get the associated values from the collection in their original format. Returns null if the key is not present.(Inherited from IReadableStringCollection.) |
Show:

