ValueProviderDictionary.IValueProvider.GetValue Method (String)

 

Returns a value object using the specified key.

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

ValueProviderResult IValueProvider.GetValue(
	string key
)

Parameters

key
Type: System.String

The key of the value object to return.

Return Value

Type: System.Web.Mvc.ValueProviderResult

The value object for the specified key.

This member is an explicit interface member implementation. It can be used only when a derived ValueProviderDictionary instance is cast to an IValueProvider interface.

Return to top
Show: