ValueProviderCollection.GetValue Method (String, Boolean)
Returns a value object using the specified key and skip-validation parameter.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Overridable Function GetValue ( _ key As String, _ skipValidation As Boolean _ ) As ValueProviderResult 'Usage Dim instance As ValueProviderCollection Dim key As String Dim skipValidation As Boolean Dim returnValue As ValueProviderResult returnValue = instance.GetValue(key, skipValidation)
Parameters
- key
- Type: System.String
The key of the value object to retrieve.
- skipValidation
- Type: System.Boolean
true to specify that validation should be skipped; otherwise, false.
Implements
IUnvalidatedValueProvider.GetValue(String, Boolean)
Show: