ValueProviderCollection Class
Represents the collection of value-provider objects for the application.
System.Object
System.Collections.ObjectModel.Collection<IValueProvider>
System.Web.Mvc.ValueProviderCollection
System.Collections.ObjectModel.Collection<IValueProvider>
System.Web.Mvc.ValueProviderCollection
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The ValueProviderCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
ValueProviderCollection() | Initializes a new instance of the ValueProviderCollection class. |
|
ValueProviderCollection(IList<IValueProvider>) | Initializes a new instance of the ValueProviderCollection class and registers the specified value providers. |
| Name | Description | |
|---|---|---|
|
Count | (Inherited from Collection<IValueProvider>.) |
|
Item | (Inherited from Collection<IValueProvider>.) |
|
Items | (Inherited from Collection<IValueProvider>.) |
| Name | Description | |
|---|---|---|
|
Add | (Inherited from Collection<IValueProvider>.) |
|
Clear | (Inherited from Collection<IValueProvider>.) |
|
ClearItems | (Inherited from Collection<IValueProvider>.) |
|
Contains | (Inherited from Collection<IValueProvider>.) |
|
ContainsPrefix | Determines whether the collection contains the specified prefix. |
|
CopyTo | (Inherited from Collection<IValueProvider>.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetEnumerator | (Inherited from Collection<IValueProvider>.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
GetValue(String) | Returns a value object using the specified key. |
|
GetValue(String, Boolean) | Returns a value object using the specified key and skip-validation parameter. |
|
IndexOf | (Inherited from Collection<IValueProvider>.) |
|
Insert | (Inherited from Collection<IValueProvider>.) |
|
InsertItem | Inserts the specified value-provider object into the collection at the specified index location. (Overrides Collection<T>.InsertItem(Int32, T).) |
|
MemberwiseClone | (Inherited from Object.) |
|
Remove | (Inherited from Collection<IValueProvider>.) |
|
RemoveAt | (Inherited from Collection<IValueProvider>.) |
|
RemoveItem | (Inherited from Collection<IValueProvider>.) |
|
SetItem | Replaces the value provider at the specified index location with a new value provider. (Overrides Collection<T>.SetItem(Int32, T).) |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IList.Add | (Inherited from Collection<IValueProvider>.) |
|
IList.Contains | (Inherited from Collection<IValueProvider>.) |
|
ICollection.CopyTo | (Inherited from Collection<IValueProvider>.) |
|
IEnumerable.GetEnumerator | (Inherited from Collection<IValueProvider>.) |
|
IList.IndexOf | (Inherited from Collection<IValueProvider>.) |
|
IList.Insert | (Inherited from Collection<IValueProvider>.) |
|
IList.IsFixedSize | (Inherited from Collection<IValueProvider>.) |
|
ICollection<T>.IsReadOnly | (Inherited from Collection<IValueProvider>.) |
|
IList.IsReadOnly | (Inherited from Collection<IValueProvider>.) |
|
ICollection.IsSynchronized | (Inherited from Collection<IValueProvider>.) |
|
IList.Item | (Inherited from Collection<IValueProvider>.) |
|
IList.Remove | (Inherited from Collection<IValueProvider>.) |
|
ICollection.SyncRoot | (Inherited from Collection<IValueProvider>.) |