다음을 통해 공유


IRazorViewEngine 인터페이스

정의

IViewEngine Razor 구문을 사용하는 페이지를 렌더링하는 데 사용되는 입니다.

public interface class IRazorViewEngine : Microsoft::AspNetCore::Mvc::ViewEngines::IViewEngine
public interface IRazorViewEngine : Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine
type IRazorViewEngine = interface
    interface IViewEngine
Public Interface IRazorViewEngine
Implements IViewEngine
파생
구현

메서드

FindPage(ActionContext, String)

에서 보기 위치 및 정보를 사용하여 지정된 pageName 가 있는 페이지를 찾습니다 context.

FindView(ActionContext, String, Boolean)

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

(다음에서 상속됨 IViewEngine)
GetAbsolutePath(String, String)

가 이미 절대가 아닌 경우 pagePath 를 기준으로 지정된 pagePathexecutingFilePath 절대로 변환합니다.

GetPage(String, String)

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

GetView(String, String, Boolean)

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

(다음에서 상속됨 IViewEngine)

적용 대상