Table of Contents

Interface IUnvalidatedValueProvider

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

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

key string

The key.

skipValidation bool

true if validation should be skipped; otherwise, false.

Returns

ValueProviderResult

The value of the object for the specified key.