Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ValueProviderCollection::GetValue Method (String^)

.NET Framework (current version)
 

Returns a value object using 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 of the value object to retrieve.

Return Value

Type: System.Web.ModelBinding::ValueProviderResult^

The value object.

This method calls GetValue(String^, Boolean), passing false for the skipValidation parameter.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft