Share via


IUnvalidatedValueProvider Interface

Represents an IValueProvider interface that can skip request validation.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public Interface IUnvalidatedValueProvider _
    Inherits IValueProvider
'Usage
Dim instance As IUnvalidatedValueProvider
public interface IUnvalidatedValueProvider : IValueProvider
public interface class IUnvalidatedValueProvider : IValueProvider
public interface IUnvalidatedValueProvider extends IValueProvider

The IUnvalidatedValueProvider type exposes the following members.

Methods

  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

See Also

Reference

System.Web.Mvc Namespace