FormValueProviderFactory Class

Definition

Represents a class that is responsible for creating a new instance of a form-value provider object.

public sealed class FormValueProviderFactory : System.Web.Mvc.ValueProviderFactory
type FormValueProviderFactory = class
    inherit ValueProviderFactory
Public NotInheritable Class FormValueProviderFactory
Inherits ValueProviderFactory
Inheritance
FormValueProviderFactory

Constructors

FormValueProviderFactory()

Initializes a new instance of the FormValueProviderFactory class.

Methods

GetValueProvider(ControllerContext)

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

Applies to