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)
private abstract GetValue : key:string -> ValueProviderResult private override GetValue : key:string -> ValueProviderResult
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.
Show: