Kizspy | Question: 30
(Choose 1 answer)
What is the primary purpose of TempData in ASP.NET Core?
A. To store data for the duration of a single HTTP request.
B. To store data persistently across multiple requests.
C. To store data for a short period between two consecutive HTTP requests.
D. To manage user sessions.