4 references to SessionEstablishmentKey
Microsoft.AspNetCore.Components.Endpoints (4)
SessionEstablishmentHelper.cs (4)
42
if (context.Items.ContainsKey(
SessionEstablishmentKey
))
47
context.Items[
SessionEstablishmentKey
] = true;
51
session.Set(
SessionEstablishmentKey
, []);
52
session.Remove(
SessionEstablishmentKey
);