Sdílet prostřednictvím


SessionExtensions.SetInt32(ISession, String, Int32) Metoda

Definice

Nastaví hodnotu int v objektu ISession.

public:
[System::Runtime::CompilerServices::Extension]
 static void SetInt32(Microsoft::AspNetCore::Http::ISession ^ session, System::String ^ key, int value);
public static void SetInt32 (this Microsoft.AspNetCore.Http.ISession session, string key, int value);
static member SetInt32 : Microsoft.AspNetCore.Http.ISession * string * int -> unit
<Extension()>
Public Sub SetInt32 (session As ISession, key As String, value As Integer)

Parametry

session
ISession

Hodnota ISession

key
String

Klíč, který chcete přiřadit.

value
Int32

Hodnota, která se má přiřadit.

Platí pro