IViewEngine Interface
Defines the methods that are required for a view engine.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | FindPartialView(ControllerContext, String, Boolean) | Finds the specified partial view by using the specified controller context. |
![]() | FindView(ControllerContext, String, String, Boolean) | Finds the specified view by using the specified controller context. |
![]() | ReleaseView(ControllerContext, IView) | Releases the specified view by using the specified controller context. |
A view engine is called by the MVC framework to render view pages.
Show:
.jpeg?cs-save-lang=1&cs-lang=fsharp)