IUnvalidatedValueProvider.GetValue Method
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | GetValue(String) | Retrieves a value object using the specified key.(Inherited from IValueProvider.) |
![]() | GetValue(String, Boolean) | Retrieves the value of the object that is associated with the specified key. |
IUnvalidatedValueProvider.GetValue Method (String, Boolean)
Retrieves the value of the object that is associated with the specified key.
Parameters
- key
-
Type:
System.String
The key.
- skipValidation
-
Type:
System.Boolean
true if validation should be skipped; otherwise, false.
Show:
