ViewEngineCollection Methods
The ViewEngineCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | (Inherited from Collection(Of IViewEngine).) |
|
Clear | (Inherited from Collection(Of IViewEngine).) |
|
ClearItems | (Inherited from Collection(Of IViewEngine).) |
|
Contains | (Inherited from Collection(Of IViewEngine).) |
|
CopyTo | (Inherited from Collection(Of 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(Of IViewEngine).) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
IndexOf | (Inherited from Collection(Of IViewEngine).) |
|
Insert | (Inherited from Collection(Of IViewEngine).) |
|
InsertItem | Inserts an element into the collection at the specified index. (Overrides Collection(Of T).InsertItem(Int32, T).) |
|
MemberwiseClone | (Inherited from Object.) |
|
Remove | (Inherited from Collection(Of IViewEngine).) |
|
RemoveAt | (Inherited from Collection(Of IViewEngine).) |
|
RemoveItem | (Inherited from Collection(Of IViewEngine).) |
|
SetItem | Replaces the element at the specified index. (Overrides Collection(Of T).SetItem(Int32, T).) |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IList.Add | (Inherited from Collection(Of IViewEngine).) |
|
IList.Contains | (Inherited from Collection(Of IViewEngine).) |
|
ICollection.CopyTo | (Inherited from Collection(Of IViewEngine).) |
|
IEnumerable.GetEnumerator | (Inherited from Collection(Of IViewEngine).) |
|
IList.IndexOf | (Inherited from Collection(Of IViewEngine).) |
|
IList.Insert | (Inherited from Collection(Of IViewEngine).) |
|
IList.Remove | (Inherited from Collection(Of IViewEngine).) |
Show: