ITempDataProvider Interface

Definition

Defines the contract for temporary-data providers that store data that is viewed on the next request.

C#
public interface ITempDataProvider
Derived

Methods

LoadTempData(HttpContext)

Loads the temporary data.

SaveTempData(HttpContext, IDictionary<String,Object>)

Saves the temporary data.

Applies to

Tuote Versiot
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0