TempDataDictionaryFactory(ITempDataProvider) Constructor
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.
Creates a new TempDataDictionaryFactory.
public:
TempDataDictionaryFactory(Microsoft::AspNetCore::Mvc::ViewFeatures::ITempDataProvider ^ provider);
public TempDataDictionaryFactory (Microsoft.AspNetCore.Mvc.ViewFeatures.ITempDataProvider provider);
new Microsoft.AspNetCore.Mvc.ViewFeatures.TempDataDictionaryFactory : Microsoft.AspNetCore.Mvc.ViewFeatures.ITempDataProvider -> Microsoft.AspNetCore.Mvc.ViewFeatures.TempDataDictionaryFactory
Public Sub New (provider As ITempDataProvider)
Parameters
- provider
- ITempDataProvider
The ITempDataProvider.