IUnvalidatedValueProvider.GetValue Method

 

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

NameDescription
System_CAPS_pubmethodGetValue(String)

Retrieves a value object using the specified key.(Inherited from IValueProvider.)

System_CAPS_pubmethodGetValue(String, Boolean)

Retrieves the value of the object that is associated with the specified key.

Return to top

IUnvalidatedValueProvider.GetValue Method (String, Boolean)

Retrieves the value of the object that is associated with the specified key.

ValueProviderResult GetValue(
	string key,
	bool skipValidation
)

Parameters

key
Type: System.String

The key.

skipValidation
Type: System.Boolean

true if validation should be skipped; otherwise, false.

Return Value

Type: System.Web.Mvc.ValueProviderResult

The value of the object for the specified key.

Return to top
Show: