SessionExtensions.GetInt32(ISession, String) Metodo

Definizione

Ottiene un valore int da ISession.

public:
[System::Runtime::CompilerServices::Extension]
 static Nullable<int> GetInt32(Microsoft::AspNetCore::Http::ISession ^ session, System::String ^ key);
public static int? GetInt32 (this Microsoft.AspNetCore.Http.ISession session, string key);
static member GetInt32 : Microsoft.AspNetCore.Http.ISession * string -> Nullable<int>
<Extension()>
Public Function GetInt32 (session As ISession, key As String) As Nullable(Of Integer)

Parametri

session
ISession

Oggetto ISession.

key
String

Chiave da leggere.

Restituisce

Si applica a