IViewEngine 介面

定義

定義檢視引擎所需的方法。

public interface IViewEngine
type IViewEngine = interface
Public Interface IViewEngine
衍生

方法

FindPartialView(ControllerContext, String, Boolean)

使用指定的控制器內容,尋找指定的部分檢視。

FindView(ControllerContext, String, String, Boolean)

使用指定的控制器內容,尋找指定的檢視。

ReleaseView(ControllerContext, IView)

使用指定的控制器內容,釋放指定的檢視。

適用於