ITempDataProviderFactory Interface

 

Used to create an ITempDataProvider instance for the controller.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

public interface ITempDataProviderFactory
public interface class ITempDataProviderFactory
type ITempDataProviderFactory = interface end
Public Interface ITempDataProviderFactory

Methods

Name Description
System_CAPS_pubmethod CreateInstance()

Creates an instance of ITempDataProvider for the controller.

See Also

System.Web.Mvc Namespace

Return to top