ValueProviderFactoryContext Class

Definition

A context for IValueProviderFactory.

public ref class ValueProviderFactoryContext
public class ValueProviderFactoryContext
type ValueProviderFactoryContext = class
Public Class ValueProviderFactoryContext
Inheritance
ValueProviderFactoryContext

Constructors

ValueProviderFactoryContext(ActionContext)

Creates a new ValueProviderFactoryContext.

Properties

ActionContext

Gets the ActionContext associated with this context.

ValueProviders

Gets the list of IValueProvider instances. IValueProviderFactory instances should add the appropriate IValueProvider instances to this list.

Applies to