SessionExtensions.Get(ISession, String) Méthode

Définition

Obtient une valeur de tableau d’octets à partir de ISession.

public:
[System::Runtime::CompilerServices::Extension]
 static cli::array <System::Byte> ^ Get(Microsoft::AspNetCore::Http::ISession ^ session, System::String ^ key);
public static byte[] Get (this Microsoft.AspNetCore.Http.ISession session, string key);
public static byte[]? Get (this Microsoft.AspNetCore.Http.ISession session, string key);
static member Get : Microsoft.AspNetCore.Http.ISession * string -> byte[]
<Extension()>
Public Function Get (session As ISession, key As String) As Byte()

Paramètres

session
ISession

L’ISessionopérateur

key
String

Clé à lire.

Retours

Byte[]

S’applique à