NameValueCollectionValueProvider.GetValue Method (String)
Returns a value object using the specified key.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract GetValue : key:string -> ValueProviderResult override GetValue : key:string -> ValueProviderResult
Parameters
- key
- Type: System.String
The key of the value object to retrieve.
Implements
IValueProvider.GetValue(String)| Exception | Condition |
|---|---|
| ArgumentNullException | The key parameter is a null reference (Nothing in Visual Basic). |
Show: