ChildActionValueProvider::GetValue Method

Retrieves a value object using the specified key.

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

public:
virtual ValueProviderResult^ GetValue(
	String^ key
) override

Parameters

key
Type: System::String

The key.

Return Value

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

Implements

IValueProvider::GetValue(String)
Show: