TempDataDictionaryFactory 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.
A default implementation of ITempDataDictionaryFactory.
public ref class TempDataDictionaryFactory : Microsoft::AspNetCore::Mvc::ViewFeatures::ITempDataDictionaryFactory
public class TempDataDictionaryFactory : Microsoft.AspNetCore.Mvc.ViewFeatures.ITempDataDictionaryFactory
type TempDataDictionaryFactory = class
interface ITempDataDictionaryFactory
Public Class TempDataDictionaryFactory
Implements ITempDataDictionaryFactory
- Inheritance
-
TempDataDictionaryFactory
- Implements
Constructors
TempDataDictionaryFactory(ITempDataProvider) |
Creates a new TempDataDictionaryFactory. |
Methods
GetTempData(HttpContext) |
Gets or creates an ITempDataDictionary instance for the request associated with the
given |