NameValueCollectionValueProvider.GetValue Method (String)

.NET Framework (current version)
 

Returns the value for the specified key.

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

public virtual ValueProviderResult GetValue(
	string key
)

Parameters

key
Type: System.String

The key.

Return Value

Type: System.Web.ModelBinding.ValueProviderResult

The value for the specified key.

Calling this method is equivalent to calling the GetValue method overload and passing false for the skipValidation parameter.

.NET Framework
Available since 4.5
Return to top
Show: