IViewEngine 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義檢視引擎所需的方法。
public interface IViewEngine
type IViewEngine = interface
Public Interface IViewEngine
- 衍生
方法
FindPartialView(ControllerContext, String, Boolean) |
使用指定的控制器內容,尋找指定的部分檢視。 |
FindView(ControllerContext, String, String, Boolean) |
使用指定的控制器內容,尋找指定的檢視。 |
ReleaseView(ControllerContext, IView) |
使用指定的控制器內容,釋放指定的檢視。 |