ReadableStringCollection Class
Accessors for query, forms, etc.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() | ReadableStringCollection(IDictionary<String^, array<String^>^>^) | Create a new wrapper |
| Name | Description | |
|---|---|---|
![]() | Item[String^] | Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present. |
| 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. |
![]() | GetEnumerator() | |
![]() | 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. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:




