IViewEngine Interface
Defines the methods that are required for a view engine.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The IViewEngine type exposes the following members.
| Name | Description | |
|---|---|---|
|
FindPartialView | Finds the specified partial view by using the specified controller context. |
|
FindView | Finds the specified view by using the specified controller context. |
|
ReleaseView | Releases the specified view by using the specified controller context. |