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