ViewEngineCollection Class
Represents a collection of view engines that are available to the application.
System.Object
System.Collections.ObjectModel.Collection<IViewEngine>
System.Web.Mvc.ViewEngineCollection
System.Collections.ObjectModel.Collection<IViewEngine>
System.Web.Mvc.ViewEngineCollection
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The ViewEngineCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
ViewEngineCollection() | Initializes a new instance of the ViewEngineCollection class. |
|
ViewEngineCollection(IList<IViewEngine>) | Initializes a new instance of the ViewEngineCollection class by using the specified list of view engines. |
| Name | Description | |
|---|---|---|
|
Count | (Inherited from Collection<IViewEngine>.) |
|
Item | (Inherited from Collection<IViewEngine>.) |
|
Items | (Inherited from Collection<IViewEngine>.) |
| Name | Description | |
|---|---|---|
|
Add | (Inherited from Collection<IViewEngine>.) |
|
Clear | (Inherited from Collection<IViewEngine>.) |
|
ClearItems | (Inherited from Collection<IViewEngine>.) |
|
Contains | (Inherited from Collection<IViewEngine>.) |
|
CopyTo | (Inherited from Collection<IViewEngine>.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
FindPartialView | Finds the specified partial view by using the specified controller context. |
|
FindView | Finds the specified view by using the specified controller context and master view. |
|
GetEnumerator | (Inherited from Collection<IViewEngine>.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
IndexOf | (Inherited from Collection<IViewEngine>.) |
|
Insert | (Inherited from Collection<IViewEngine>.) |
|
InsertItem | Inserts an element into the collection at the specified index. (Overrides Collection<T>.InsertItem(Int32, T).) |
|
MemberwiseClone | (Inherited from Object.) |
|
Remove | (Inherited from Collection<IViewEngine>.) |
|
RemoveAt | (Inherited from Collection<IViewEngine>.) |
|
RemoveItem | (Inherited from Collection<IViewEngine>.) |
|
SetItem | Replaces the element at the specified index. (Overrides Collection<T>.SetItem(Int32, T).) |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IList.Add | (Inherited from Collection<IViewEngine>.) |
|
IList.Contains | (Inherited from Collection<IViewEngine>.) |
|
ICollection.CopyTo | (Inherited from Collection<IViewEngine>.) |
|
IEnumerable.GetEnumerator | (Inherited from Collection<IViewEngine>.) |
|
IList.IndexOf | (Inherited from Collection<IViewEngine>.) |
|
IList.Insert | (Inherited from Collection<IViewEngine>.) |
|
IList.IsFixedSize | (Inherited from Collection<IViewEngine>.) |
|
ICollection<T>.IsReadOnly | (Inherited from Collection<IViewEngine>.) |
|
IList.IsReadOnly | (Inherited from Collection<IViewEngine>.) |
|
ICollection.IsSynchronized | (Inherited from Collection<IViewEngine>.) |
|
IList.Item | (Inherited from Collection<IViewEngine>.) |
|
IList.Remove | (Inherited from Collection<IViewEngine>.) |
|
ICollection.SyncRoot | (Inherited from Collection<IViewEngine>.) |