ITempDataDictionaryFactory Interface

Definition

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 context.

Applies to