Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Add a feature that allows binding properties stashed in the TempDataDictionary #5600

@pranavkm

Description

@pranavkm

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).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions