FormCollection.GetValue(String) Method

Definition

Gets the specified value provider.

public System.Web.Mvc.ValueProviderResult GetValue (string name);
member this.GetValue : string -> System.Web.Mvc.ValueProviderResult
Public Function GetValue (name As String) As ValueProviderResult

Parameters

name
String

The name of the value provider to get.

Returns

The value provider.

Implements

Exceptions

The name parameter is null or empty.

Applies to