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)
69
if (
_tempData
== null)
75
return
_tempData
!;