0 out of 2 rated this helpful - Rate this topic

ViewPage.TempData Property

Gets the temporary data to pass to the view.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public TempDataDictionary TempData { get; }

Property Value

Type: System.Web.Mvc.TempDataDictionary
The temporary data to pass to the view.

The data stored in the TempData property persists for only one request.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.