Table of Contents

Class ValueProviderFactory

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Represents a factory for creating value-provider objects.

public abstract class ValueProviderFactory
Inheritance
ValueProviderFactory
Derived
Inherited Members

Constructors

ValueProviderFactory()

Initializes a new instance of the ValueProviderFactory class.

protected ValueProviderFactory()

Methods

GetValueProvider(ControllerContext)

Returns a value-provider object for the specified controller context.

public abstract IValueProvider GetValueProvider(ControllerContext controllerContext)

Parameters

controllerContext ControllerContext

An object that encapsulates information about the current HTTP request.

Returns

IValueProvider

A value-provider object.