Table of Contents

Class ChildActionValueProviderFactory

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

Represents a factory for creating value provider objects for child actions.

public sealed class ChildActionValueProviderFactory : ValueProviderFactory
Inheritance
ChildActionValueProviderFactory
Inherited Members

Constructors

ChildActionValueProviderFactory()

Initializes a new instance of the ChildActionValueProviderFactory class.

public ChildActionValueProviderFactory()

Methods

GetValueProvider(ControllerContext)

Returns a ChildActionValueProvider object for the specified controller context.

public override IValueProvider GetValueProvider(ControllerContext controllerContext)

Parameters

controllerContext ControllerContext

The controller context.

Returns

IValueProvider

A ChildActionValueProvider object.