SimpleValueProvider.FetchValue Method (String)

.NET Framework (current version)
 

When implemented in a derived class, returns the value for the specified key.

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

Protected MustOverride Function FetchValue (
	key As String
) As Object

Parameters

key
Type: System.String

The key of the value to retrieve.

Return Value

Type: System.Object

The value.

.NET Framework
Available since 4.5
Return to top
Show: