1 write to TempDataFactory
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewExecutor.cs (1)
52
TempDataFactory
= tempDataFactory;
3 references to TempDataFactory
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
ViewExecutor.cs (3)
137
if (
TempDataFactory
== null)
139
throw new InvalidOperationException(Resources.FormatPropertyOfTypeCannotBeNull(nameof(
TempDataFactory
), GetType().Name));
154
tempData =
TempDataFactory
.GetTempData(actionContext.HttpContext);