1 implementation of Get
Microsoft.AspNetCore.Components.Endpoints (1)
TempData\TempData.cs (1)
50public object? Get(string key)
1 reference to Get
Microsoft.AspNetCore.Components.Endpoints (1)
TempData\TempDataCascadingValueSupplier.cs (1)
149var value = tempData.Get(_tempDataKey);