FormCollection.IValueProvider.GetValue Method
Visual Studio 2010
Gets a value from a value provider using the specified key.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Private Function GetValue ( _ key As String _ ) As ValueProviderResult Implements IValueProvider.GetValue
Parameters
- key
- Type: System.String
The key.
Implements
IValueProvider.GetValue(String)This member is an explicit interface member implementation. It can be used only when the FormCollection instance is cast to an IValueProvider interface.
Community Additions
ADD
Show: