Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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