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が既に absolute でない限りpagePath、 を絶対に変換しますexecutingFilePath

GetPage(String, String)

が既に絶対でない限りpagePath、 を基準にして、指定された pagePathを持つページをexecutingFilePath取得します。

GetView(String, String, Boolean)

が既に絶対でない限りviewPath、 を基準にして、指定された viewPathを持つビューをexecutingFilePath取得します。

(継承元 IViewEngine)

適用対象