Share via


ITempDataProvider Interface

Definition

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

public interface ITempDataProvider
Derived

Methods

LoadTempData(HttpContext)

Loads the temporary data.

SaveTempData(HttpContext, IDictionary<String,Object>)

Saves the temporary data.

Applies to