SessionStateTempDataProvider Class
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.
Provides session-state data to the current TempDataDictionary object.
public class SessionStateTempDataProvider : System.Web.Mvc.ITempDataProvider
type SessionStateTempDataProvider = class
interface ITempDataProvider
Public Class SessionStateTempDataProvider
Implements ITempDataProvider
- Inheritance
-
SessionStateTempDataProvider
- Implements
Constructors
SessionStateTempDataProvider() |
Initializes a new instance of the SessionStateTempDataProvider class. |
Methods
LoadTempData(ControllerContext) |
Loads the temporary data by using the specified controller context. |
SaveTempData(ControllerContext, IDictionary<String,Object>) |
Saves the specified values in the temporary data dictionary by using the specified controller context. |