ReadableStringCollection Class

 

Accessors for query, forms, etc.

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

System::Object
  Microsoft.Owin::ReadableStringCollection
    Microsoft.Owin::FormCollection

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

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.

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.

System_CAPS_pubmethodGetEnumerator()

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.

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: