I want to get an ID through one action and pass it to two other actions with temp data
How can I pass a value to multiple actions?
I want to get an ID through one action and pass it to two other actions with temp data
How can I pass a value to multiple actions?
Copyright © 2021 Jogjafile Inc.
When you want keep Tempdata, you need use
TempData.PeekandTempData.Keep. You can refer my sample code to use it.If you don't want keep data, you just get data like
getdata3. You can get value when first request.Sample Code