IViewEngine 인터페이스

정의

뷰 엔진에 대한 계약을 정의합니다.

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

메서드

FindView(ActionContext, String, Boolean)

에서 보기 위치 및 정보를 사용하여 지정된 viewName 를 사용하여 뷰를 찾습니다 context.

GetView(String, String, Boolean)

가 이미 절대인 경우 viewPath 를 기준으로 지정된 viewPath가 있는 뷰를 executingFilePath 가져옵니다.

적용 대상