Interface IUnvalidatedValueProvider
Represents an IValueProvider interface that can skip request validation.
public interface IUnvalidatedValueProvider : IValueProvider
- Inherited Members
Methods
GetValue(string, bool)
Retrieves the value of the object that is associated with the specified key.
ValueProviderResult GetValue(string key, bool skipValidation)
Parameters
Returns
- ValueProviderResult
The value of the object for the specified key.