ValueProviderResult Constructor

 

Initializes a new instance of the ValueProviderResult class.

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

NameDescription
System_CAPS_protmethodValueProviderResult()

Initializes a new instance of the ValueProviderResult class.

System_CAPS_pubmethodValueProviderResult(Object, String, CultureInfo)

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

Return to top

ValueProviderResult Constructor ()

Initializes a new instance of the ValueProviderResult class.

protected ValueProviderResult()
Return to top

ValueProviderResult Constructor (Object, String, CultureInfo)

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

public ValueProviderResult(
	object rawValue,
	string attemptedValue,
	CultureInfo culture
)

Parameters

rawValue
Type: System.Object

The raw value.

attemptedValue
Type: System.String

The attempted value.

culture
Type: System.Globalization.CultureInfo

The culture.

Return to top
Show: