IFormCollection Methods

The IFormCollection type exposes the following members.

Methods

  Name Description
Public method Get Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present. (Inherited from IReadableStringCollection.)
Public method GetEnumerator (Inherited from IEnumerable<KeyValuePair<String, array<String[]>>.)
Public method GetValues Get the associated values from the collection in their original format. Returns null if the key is not present. (Inherited from IReadableStringCollection.)

Top

See Also

Reference

IFormCollection Interface

Microsoft.Owin Namespace