ValueProviderResult Constructor
Initializes a new instance of the ValueProviderResult class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | ValueProviderResult() | Initializes a new instance of the ValueProviderResult class. |
![]() | ValueProviderResult(Object, String, CultureInfo) | Initializes a new instance of the ValueProviderResult class by using the specified raw value, attempted value, and culture information. |
ValueProviderResult Constructor ()
Initializes a new instance of the ValueProviderResult class.
ValueProviderResult Constructor (Object, String, CultureInfo)
Initializes a new instance of the ValueProviderResult class by using the specified raw value, attempted value, and culture information.
Parameters
- rawValue
-
Type:
System.Object
The raw value.
- attemptedValue
-
Type:
System.String
The attempted value.
- culture
-
Type:
System.Globalization.CultureInfo
The culture.
Show:

