2 writes to _tempData
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Controller.cs (2)
72_tempData = factory?.GetTempData(HttpContext); 81_tempData = value;
2 references to _tempData
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Controller.cs (2)
69if (_tempData == null) 75return _tempData!;