Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 the collection of value-provider objects for the application.
public class ValueProviderCollection : System.Collections.ObjectModel.Collection<System.Web.Mvc.IValueProvider>, System.Web.Mvc.IEnumerableValueProvider, System.Web.Mvc.IUnvalidatedValueProvider
type ValueProviderCollection = class
inherit Collection<IValueProvider>
interface IValueProvider
interface IUnvalidatedValueProvider
interface IEnumerableValueProvider
Public Class ValueProviderCollection
Inherits Collection(Of IValueProvider)
Implements IEnumerableValueProvider, IUnvalidatedValueProvider
Value |
Initializes a new instance of the ValueProviderCollection class. |
Value |
Initializes a new instance of the ValueProviderCollection class and registers the specified value providers. |
Contains |
Determines whether the collection contains the specified prefix. |
Get |
Gets the keys using the specified prefix. |
Get |
Returns a value object using the specified key and skip-validation parameter. |
Get |
Returns a value object using the specified key. |
Insert |
Inserts the specified value-provider object into the collection at the specified index location. |
Set |
Replaces the value provider at the specified index location with a new value provider. |
Please sign in to use this experience.
Sign in