This topic has not yet been rated - Rate this topic

IUnvalidatedValueProvider Interface

Represents an IValueProvider interface that can skip request validation.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public interface IUnvalidatedValueProvider : IValueProvider

The IUnvalidatedValueProvider type exposes the following members.

  Name Description
Public method ContainsPrefix Determines whether the collection contains the specified prefix. (Inherited from IValueProvider.)
Public method GetValue(String) Retrieves a value object using the specified key. (Inherited from IValueProvider.)
Public method GetValue(String, Boolean) Retrieves the value of the object that is associated with the specified key.
Top
Did you find this helpful?
(1500 characters remaining)