Table of Contents

Class FormValueProvider

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

Represents a value provider for form values that are contained in a NameValueCollection object.

public sealed class FormValueProvider : NameValueCollectionValueProvider, IUnvalidatedValueProvider, IEnumerableValueProvider, IValueProvider
Inheritance
FormValueProvider
Implements
Inherited Members

Constructors

FormValueProvider(ControllerContext)

Initializes a new instance of the FormValueProvider class.

public FormValueProvider(ControllerContext controllerContext)

Parameters

controllerContext ControllerContext

An object that encapsulates information about the current HTTP request.