Implemented interface member:
method
Peek
Microsoft.AspNetCore.Components.ITempData.Peek(System.String)
2 references to Peek
Microsoft.AspNetCore.Components.Endpoints (2)
TempData\TempData.cs (2)
144return ContainsKey(item.Key) && Equals(Peek(item.Key), item.Value); 154if (ContainsKey(item.Key) && Equals(Peek(item.Key), item.Value))