ViewEngineCollection Class
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 a collection of view engines that are available to the application.
public class ViewEngineCollection : System.Collections.ObjectModel.Collection<System.Web.Mvc.IViewEngine>
type ViewEngineCollection = class
inherit Collection<IViewEngine>
Public Class ViewEngineCollection
Inherits Collection(Of IViewEngine)
- Inheritance
-
ViewEngineCollection
View |
Initializes a new instance of the ViewEngineCollection class. |
View |
Initializes a new instance of the ViewEngineCollection class using the specified list of view engines. |
Clear |
Removes all elements from the Collection<T>. |
Find |
Finds the specified partial view by using the specified controller context. |
Find |
Finds the specified view by using the specified controller context and master view. |
Insert |
Inserts an element into the collection at the specified index. |
Remove |
Removes the element at the specified index of the Collection<T>. |
Set |
Replaces the element at the specified index. |