Community

Persisting Data with TempData

(Shailendra Chauha) TempData is used to pass data from current request to subsequent request (means redirecting from one page to another). It’s life is very short and lies only till the target view is fully loaded. But you can persist data in TempData by calling Keep() method.

Read More - Register for Free Membership