FormCollection Class
Contains the parsed form values.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | FormCollection(IDictionary<String^, array<String^>^>^) | Initializes a new instance of the FormCollection class. |
| 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 ReadableStringCollection.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | Get(String^) | Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present.(Inherited from ReadableStringCollection.) |
![]() | GetEnumerator() | (Inherited from ReadableStringCollection.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValues(String^) | Get the associated values from the collection in their original format. Returns null if the key is not present.(Inherited from ReadableStringCollection.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | (Inherited from ReadableStringCollection.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




