Ler em inglês

Compartilhar via


FormCollection.IValueProvider.GetValue Method

Gets a value from a value provider using the specified key.

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

Syntax

ValueProviderResult IValueProvider.GetValue(
    string key
)

Parameters

Return Value

Type: System.Web.Mvc.ValueProviderResult
A value from a value provider.

Implements

IValueProvider.GetValue(String)

Remarks

This member is an explicit interface member implementation. It can be used only when the FormCollection instance is cast to an IValueProvider interface.

See Also

Reference

FormCollection Class

System.Web.Mvc Namespace