2 references to Key
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
TempDataDictionaryFactory.cs (2)
35
if (context.Items.TryGetValue(
Key
, out obj))
42
context.Items.Add(
Key
, result);