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)
'Declaration
Public Interface IUnvalidatedValueProvider _
	Inherits IValueProvider
'Usage
Dim instance As IUnvalidatedValueProvider

The IUnvalidatedValueProvider type exposes the following members.

  NameDescription
Public methodContainsPrefixDetermines whether the collection contains the specified prefix. (Inherited from IValueProvider.)
Public methodGetValue(String)Retrieves a value object using the specified key. (Inherited from IValueProvider.)
Public methodGetValue(String, Boolean)Retrieves the value of the object that is associated with the specified key.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.