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::ITempDataProvider
public class CookieTempDataProvider : Microsoft.AspNetCore.Mvc.ViewFeatures.ITempDataProvider
type CookieTempDataProvider = class
interface ITempDataProvider
Public 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. |