This topic has not yet been rated - Rate this topic

ITempDataProvider Interface

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

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public interface ITempDataProvider

The ITempDataProvider type exposes the following members.

  NameDescription
Public methodLoadTempDataLoads the temporary data.
Public methodSaveTempDataSaves the temporary data.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.