FormCollection Class

 

Contains the parsed form values.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)


public ref class FormCollection : ReadableStringCollection, IFormCollection, 
	IReadableStringCollection, IEnumerable<KeyValuePair<String^, array<String^>^>>, 
	IEnumerable

NameDescription
System_CAPS_pubmethodFormCollection(IDictionary<String^, array<String^>^>^)

Initializes a new instance of the FormCollection class.

NameDescription
System_CAPS_pubpropertyItem[String^]

Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present.(Inherited from ReadableStringCollection.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGet(String^)

Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present.(Inherited from ReadableStringCollection.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from ReadableStringCollection.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValues(String^)

Get the associated values from the collection in their original format. Returns null if the key is not present.(Inherited from ReadableStringCollection.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: