다음을 통해 공유


ViewEngineCollection 클래스

정의

응용 프로그램에 사용할 수 있는 뷰 엔진의 컬렉션을 나타냅니다.

public class ViewEngineCollection : System.Collections.ObjectModel.Collection<System.Web.Mvc.IViewEngine>
type ViewEngineCollection = class
    inherit Collection<IViewEngine>
Public Class ViewEngineCollection
Inherits Collection(Of IViewEngine)
상속
ViewEngineCollection

생성자

ViewEngineCollection()

ViewEngineCollection 클래스의 새 인스턴스를 초기화합니다.

ViewEngineCollection(IList<IViewEngine>)

지정된 뷰 엔진 목록을 사용하여 클래스의 ViewEngineCollection 새 instance 초기화합니다.

메서드

ClearItems()

Collection<T>에서 요소를 모두 제거합니다.

FindPartialView(ControllerContext, String)

지정된 컨트롤러 컨텍스트를 사용하여 지정된 부분 뷰를 찾습니다.

FindView(ControllerContext, String, String)

지정된 컨트롤러 컨텍스트와 마스터 뷰를 사용하여 지정된 뷰를 찾습니다.

InsertItem(Int32, IViewEngine)

컬렉션에서 지정한 인덱스에 요소를 삽입합니다.

RemoveItem(Int32)

Collection<T>의 지정된 인덱스에 있는 요소를 제거합니다.

SetItem(Int32, IViewEngine)

지정된 인덱스에 있는 요소를 바꿉니다.

적용 대상