FormValueProvider Class

Definition

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

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

Constructors

FormValueProvider(ControllerContext)

Initializes a new instance of the FormValueProvider class.

Methods

ContainsPrefix(String)

Determines whether the collection contains the specified prefix.

(Inherited from NameValueCollectionValueProvider)
GetKeysFromPrefix(String)

Gets the keys using the specified prefix.

(Inherited from NameValueCollectionValueProvider)
GetValue(String)

Returns a value object using the specified key.

(Inherited from NameValueCollectionValueProvider)
GetValue(String, Boolean)

Returns a value object using the specified key and validation directive.

(Inherited from NameValueCollectionValueProvider)

Applies to