FormCollection.IValueProvider.GetValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value from a value provider using the specified key.
System.Web.Mvc.ValueProviderResult IValueProvider.GetValue (string key);
abstract member System.Web.Mvc.IValueProvider.GetValue : string -> System.Web.Mvc.ValueProviderResult
override this.System.Web.Mvc.IValueProvider.GetValue : string -> System.Web.Mvc.ValueProviderResult
Function GetValue (key As String) As ValueProviderResult Implements IValueProvider.GetValue
Parameters
- key
- String
The key.
Returns
A value from a value provider.