ValueProviderFactoryCollection Class
Represents the collection of value-provider factories for the application.
System.Object
System.Collections.ObjectModel.Collection(Of ValueProviderFactory)
System.Web.Mvc.ValueProviderFactoryCollection
System.Collections.ObjectModel.Collection(Of ValueProviderFactory)
System.Web.Mvc.ValueProviderFactoryCollection
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The ValueProviderFactoryCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ValueProviderFactoryCollection | Initializes a new instance of the ValueProviderFactoryCollection class. |
![]() | ValueProviderFactoryCollection(IList(Of ValueProviderFactory)) | Initializes a new instance of the ValueProviderFactoryCollection class using the specified list of value-provider factories. |
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from Collection(Of ValueProviderFactory).) |
![]() | Item | (Inherited from Collection(Of ValueProviderFactory).) |
![]() | Items | (Inherited from Collection(Of ValueProviderFactory).) |
| Name | Description | |
|---|---|---|
![]() | Add | (Inherited from Collection(Of ValueProviderFactory).) |
![]() | Clear | (Inherited from Collection(Of ValueProviderFactory).) |
![]() | ClearItems | (Inherited from Collection(Of ValueProviderFactory).) |
![]() | Contains | (Inherited from Collection(Of ValueProviderFactory).) |
![]() | CopyTo | (Inherited from Collection(Of ValueProviderFactory).) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | (Inherited from Collection(Of ValueProviderFactory).) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetValueProvider | Returns the value-provider factory for the specified controller context. |
![]() | IndexOf | (Inherited from Collection(Of ValueProviderFactory).) |
![]() | Insert | (Inherited from Collection(Of ValueProviderFactory).) |
![]() | InsertItem | Inserts the specified value-provider factory object at the specified index location. (Overrides Collection(Of T).InsertItem(Int32, T).) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | (Inherited from Collection(Of ValueProviderFactory).) |
![]() | RemoveAt | (Inherited from Collection(Of ValueProviderFactory).) |
![]() | RemoveItem | (Inherited from Collection(Of ValueProviderFactory).) |
![]() | SetItem | Sets the specified value-provider factory object at the given index location. (Overrides Collection(Of T).SetItem(Int32, T).) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IList.Add | (Inherited from Collection(Of ValueProviderFactory).) |
![]() ![]() | IList.Contains | (Inherited from Collection(Of ValueProviderFactory).) |
![]() ![]() | ICollection.CopyTo | (Inherited from Collection(Of ValueProviderFactory).) |
![]() ![]() | IEnumerable.GetEnumerator | (Inherited from Collection(Of ValueProviderFactory).) |
![]() ![]() | IList.IndexOf | (Inherited from Collection(Of ValueProviderFactory).) |
![]() ![]() | IList.Insert | (Inherited from Collection(Of ValueProviderFactory).) |
![]() ![]() | IList.IsFixedSize | (Inherited from Collection(Of ValueProviderFactory).) |
![]() ![]() | ICollection(Of T).IsReadOnly | (Inherited from Collection(Of ValueProviderFactory).) |
![]() ![]() | IList.IsReadOnly | (Inherited from Collection(Of ValueProviderFactory).) |
![]() ![]() | ICollection.IsSynchronized | (Inherited from Collection(Of ValueProviderFactory).) |
![]() ![]() | IList.Item | (Inherited from Collection(Of ValueProviderFactory).) |
![]() ![]() | IList.Remove | (Inherited from Collection(Of ValueProviderFactory).) |
![]() ![]() | ICollection.SyncRoot | (Inherited from Collection(Of ValueProviderFactory).) |
Show:






