You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
The idea is we'd implement this as a filter (filters?) so that it would be supported on Controllers and Pages, and possibly even things like Formatters and Tag Helpers. In theory, it could be supported on any MVC primitive that's activated per-request.
This is based on a feature prototype in Razor pages. Essentially properties annotated with
TempData
attribute are round-tripped for a single request. Some cleverness is required to determine if the value of the property was changed to determine if it needs to be stashed again in TempData (https://github.com/aspnet/RazorPages/blob/master/src/Microsoft.AspNetCore.Mvc.RazorPages/TempDataPropertyTracker.cs).The text was updated successfully, but these errors were encountered: