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 class IUnvalidatedValueProvider : IValueProvider

NameDescription
System_CAPS_pubmethodContainsPrefix(String^)

Determines whether the collection contains the specified prefix.(Inherited from IValueProvider.)

System_CAPS_pubmethodGetValue(String^)

Retrieves a value object using the specified key.(Inherited from IValueProvider.)

System_CAPS_pubmethodGetValue(String^, Boolean)

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

Return to top
Show: