IViewEngine 接口

定义

定义视图引擎的协定。

public interface class IViewEngine
public interface IViewEngine
type IViewEngine = interface
Public Interface IViewEngine
派生

方法

FindView(ActionContext, String, Boolean)

使用 中的视图位置和信息查找具有给定 viewNamecontext视图。

GetView(String, String, Boolean)

获取具有给定 viewPath的视图,相对于 executingFilePath (除非 viewPath 已为绝对值)。

适用于