ITempDataDictionaryFactory Interface
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 factory which provides access to an ITempDataDictionary instance for a request.
public interface class ITempDataDictionaryFactory
public interface ITempDataDictionaryFactory
type ITempDataDictionaryFactory = interface
Public Interface ITempDataDictionaryFactory
- Derived
Methods
GetTempData(HttpContext) |
Gets or creates an ITempDataDictionary instance for the request associated with the
given |