ITempDataProvider Interface  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the contract for temporary-data providers that store data that is viewed on the next request.
public interface class ITempDataProvider
	public interface ITempDataProvider
	type ITempDataProvider = interface
	Public Interface ITempDataProvider
	- Derived
 
Methods
| LoadTempData(HttpContext) | 
		 Loads the temporary data.  | 
        	
| SaveTempData(HttpContext, IDictionary<String,Object>) | 
		 Saves the temporary data.  |