ValueProviderDictionary.IValueProvider.GetValue Method

Returns a value object using the specified key.

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

Syntax

'Declaration
Private Function GetValue ( _
    key As String _
) As ValueProviderResult Implements IValueProvider.GetValue
ValueProviderResult IValueProvider.GetValue(
    string key
)
private:
virtual ValueProviderResult^ GetValue(
    String^ key
) sealed = IValueProvider::GetValue

Parameters

Return Value

Type: System.Web.Mvc.ValueProviderResult
The value object for the specified key.

Implements

IValueProvider.GetValue(String)

Remarks

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

See Also

Reference

ValueProviderDictionary Class

System.Web.Mvc Namespace