Condividi tramite


ValueProviderResult Constructor (Object, String, CultureInfo)

Initializes a new instance of the ValueProviderResult class by using the specified raw value, attempted value, and culture information.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public Sub New ( _
    rawValue As Object, _
    attemptedValue As String, _
    culture As CultureInfo _
)
public ValueProviderResult(
    Object rawValue,
    string attemptedValue,
    CultureInfo culture
)
public:
ValueProviderResult(
    Object^ rawValue, 
    String^ attemptedValue, 
    CultureInfo^ culture
)

Parameters

See Also

Reference

ValueProviderResult Class

ValueProviderResult Overload

System.Web.Mvc Namespace