Share via


IUnvalidatedValueProvider Interface

Definition

Represents an IValueProvider interface that can skip request validation.

public interface IUnvalidatedValueProvider : System.Web.Mvc.IValueProvider
type IUnvalidatedValueProvider = interface
    interface IValueProvider
Public Interface IUnvalidatedValueProvider
Implements IValueProvider
Derived
Implements

Methods

ContainsPrefix(String)

Determines whether the collection contains the specified prefix.

(Inherited from IValueProvider)
GetValue(String, Boolean)

Retrieves the value of the object that is associated with the specified key.

GetValue(String)

Retrieves a value object using the specified key.

(Inherited from IValueProvider)

Applies to