IUnvalidatedValueProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |