IUnvalidatedValueProvider.GetValue(String, Boolean) Method

Definition

Overloads

GetValue(String, Boolean)

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

GetValue(String, Boolean)

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

public System.Web.Mvc.ValueProviderResult GetValue (string key, bool skipValidation);
abstract member GetValue : string * bool -> System.Web.Mvc.ValueProviderResult
Public Function GetValue (key As String, skipValidation As Boolean) As ValueProviderResult

Parameters

key
String

The key.

skipValidation
Boolean

true if validation should be skipped; otherwise, false.

Returns

The value of the object for the specified key.

Applies to