다음을 통해 공유


IViewEngine 인터페이스

정의

뷰 엔진에 필요한 메서드를 정의합니다.

public interface IViewEngine
type IViewEngine = interface
Public Interface IViewEngine
파생

메서드

FindPartialView(ControllerContext, String, Boolean)

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

FindView(ControllerContext, String, String, Boolean)

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

ReleaseView(ControllerContext, IView)

지정된 컨트롤러 컨텍스트를 사용하여 지정된 뷰를 해제합니다.

적용 대상