ViewEngineCollection Methods

Include Protected Members
Include Inherited Members

The ViewEngineCollection type exposes the following members.

Methods

  Name Description
Public method Add (Inherited from Collection<IViewEngine>.)
Public method Clear (Inherited from Collection<IViewEngine>.)
Protected method ClearItems (Inherited from Collection<IViewEngine>.)
Public method Contains (Inherited from Collection<IViewEngine>.)
Public method CopyTo (Inherited from Collection<IViewEngine>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FindPartialView Finds the specified partial view by using the specified controller context.
Public method FindView Finds the specified view by using the specified controller context and master view.
Public method GetEnumerator (Inherited from Collection<IViewEngine>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<IViewEngine>.)
Public method Insert (Inherited from Collection<IViewEngine>.)
Protected method InsertItem Inserts an element into the collection at the specified index. (Overrides Collection<T>.InsertItem(Int32, T).)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection<IViewEngine>.)
Public method RemoveAt (Inherited from Collection<IViewEngine>.)
Protected method RemoveItem (Inherited from Collection<IViewEngine>.)
Protected method SetItem Replaces the element at the specified index. (Overrides Collection<T>.SetItem(Int32, T).)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from Collection<IViewEngine>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from Collection<IViewEngine>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Collection<IViewEngine>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Collection<IViewEngine>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from Collection<IViewEngine>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from Collection<IViewEngine>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from Collection<IViewEngine>.)

Top

See Also

Reference

ViewEngineCollection Class

System.Web.Mvc Namespace