IUnvalidatedValueProvider.GetValue Method (String, Boolean)
Retrieves the value of the object that is associated with the specified key.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Function GetValue ( _ key As String, _ skipValidation As Boolean _ ) As ValueProviderResult 'Usage Dim instance As IUnvalidatedValueProvider Dim key As String Dim skipValidation As Boolean Dim returnValue As ValueProviderResult returnValue = instance.GetValue(key, skipValidation)
Parameters
- key
- Type: System.String
The key.
- skipValidation
- Type: System.Boolean
true if validation should be skipped; otherwise, false.
Show: