IUnvalidatedValueProvider.GetValue(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.