This topic has not yet been rated - Rate this topic

DictionaryValueProvider<TValue>.GetValue Method

Returns a value object using the specified key and controller context.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.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.Mvc.ValueProviderResult
The value object for the specified key.

Implements

IValueProvider.GetValue(String)
ExceptionCondition
ArgumentNullException

The key parameter is null.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.