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