Related to #5600 Controllers have a [`TempDataApplicationModelProvider`](https://github.com/aspnet/Mvc/blob/dev/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/TempDataApplicationModelProvider.cs) which configures the [`SaveTempDataPropertyFilter`](https://github.com/aspnet/Mvc/blob/dev/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/SaveTempDataPropertyFilter.cs). [`RazorPages`](https://github.com/aspnet/Mvc/blob/dev/src/Microsoft.AspNetCore.Mvc.RazorPages/Internal/PageActionInvoker.cs#L352) currently has a workaround but needs a similar filter provider. Remove [`TempDataPropertyProvider`](https://github.com/aspnet/Mvc/blob/dev/src/Microsoft.AspNetCore.Mvc.ViewFeatures/Internal/TempDataPropertyProvider.cs) class as discussed [here](https://github.com/aspnet/Mvc/pull/5872#discussion_r104492656) cc @rynowak @pranavkm
Related to #5600
Controllers have a
TempDataApplicationModelProviderwhich configures theSaveTempDataPropertyFilter.RazorPagescurrently has a workaround but needs a similar filter provider.Remove
TempDataPropertyProviderclass as discussed herecc @rynowak @pranavkm