2 writes to _tempData
Microsoft.AspNetCore.Mvc.RazorPages (2)
PageModel.cs (2)
98_tempData = factory?.GetTempData(HttpContext); 107_tempData = value;
2 references to _tempData
Microsoft.AspNetCore.Mvc.RazorPages (2)
PageModel.cs (2)
95if (_tempData == null) 101return _tempData!;