FormCollection.GetValue Method
Gets the specified value provider.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Function GetValue ( _ name As String _ ) As ValueProviderResult 'Usage Dim instance As FormCollection Dim name As String Dim returnValue As ValueProviderResult returnValue = instance.GetValue(name)
Parameters
- name
- Type: System.String
The name of the value provider to get.
| Exception | Condition |
|---|---|
| ArgumentException | The name parameter is Nothing or empty. |
Show: