FormCollection.GetValue Method

Visual Studio 2010

Gets the specified value provider.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Function GetValue ( _
	name As String _
) As ValueProviderResult

Parameters

name
Type: System.String
The name of the value provider to get.

Return Value

Type: System.Web.Mvc.ValueProviderResult
The value provider.

ExceptionCondition
ArgumentException

The name parameter is Nothing or empty.

Community Additions

ADD
Show: