FormCollection.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 the specified value provider.
public System.Web.Mvc.ValueProviderResult GetValue (string name);
member this.GetValue : string -> System.Web.Mvc.ValueProviderResult
Public Function GetValue (name As String) As ValueProviderResult
Parameters
- name
- String
The name of the value provider to get.
Returns
The value provider.
Implements
Exceptions
The name
parameter is null or empty.