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::ITempDataDictionaryFactorypublic class TempDataDictionaryFactory : Microsoft.AspNetCore.Mvc.ViewFeatures.ITempDataDictionaryFactorytype TempDataDictionaryFactory = class
    interface ITempDataDictionaryFactoryPublic 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  |