IViewEngine Interface
Visual Studio 2010
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. |
Community Additions
ADD
Show:
