CookieTempDataProvider 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 data from cookie to the current ITempDataDictionary object.
public ref class CookieTempDataProvider : Microsoft::AspNetCore::Mvc::ViewFeatures::ITempDataProviderpublic class CookieTempDataProvider : Microsoft.AspNetCore.Mvc.ViewFeatures.ITempDataProvidertype CookieTempDataProvider = class
    interface ITempDataProviderPublic Class CookieTempDataProvider
Implements ITempDataProvider- Inheritance
- 
				CookieTempDataProvider
- Implements
Constructors
Fields
| CookieName | The name of the cookie. | 
Methods
| LoadTempData(HttpContext) | Loads the temp data from the request. | 
| SaveTempData(HttpContext, IDictionary<String,Object>) | Save the temp data to the request. |