IReadableStringCollection.Get Method (String)
Get the associated value from the collection. Multiple values will be merged. Returns null if the key is not present.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
string Get(
string key
)
String^ Get(
String^ key
)
abstract Get :
key:string -> string
Function Get (
key As String
) As String
Parameters
- key
Type: System.String
Return Value
Type: System.String
Returns String.
See Also
IReadableStringCollection Interface
Microsoft.Owin Namespace
Return to top