We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Deserialize a json object from the session
public static T Get<T>(this Microsoft.AspNetCore.Http.ISession session, string key, System.Text.Json.JsonSerializerOptions jsonOptions=null);
T
session Microsoft.AspNetCore.Http.ISession
session
key System.String
key
jsonOptions System.Text.Json.JsonSerializerOptions
jsonOptions