NameValueCollectionValueProvider.GetValue Method (String, Boolean)
.NET Framework (current version)
Returns the value for the specified key and optionally enables the caller to specify whether request validation should be skipped.
Assembly: System.Web (in System.Web.dll)
Public Overridable Function GetValue ( key As String, skipValidation As Boolean ) As ValueProviderResult
Parameters
- key
-
Type:
System.String
The key.
- skipValidation
-
Type:
System.Boolean
true to skip validation; otherwise, false.
.NET Framework
Available since 4.5
Available since 4.5
Show: