How to clear specific TempData in asp.net mvc. I am using more than two TempData
var. I can to clear specific some of them.
TempData["USD"] = "updated";
TempData["EUR"] = "updated";
TempData["PKR"] = "updated";
TempData.Clear()
will clear all TempData, how to do this for specific