This topic has not yet been rated - Rate this topic

IViewEngine Interface

Defines the methods that are required for a view engine.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public interface IViewEngine

The IViewEngine type exposes the following members.

  Name Description
Public method FindPartialView Finds the specified partial view by using the specified controller context.
Public method FindView Finds the specified view by using the specified controller context.
Public method ReleaseView Releases the specified view by using the specified controller context.
Top

A view engine is called by the MVC framework to render view pages.

Did you find this helpful?
(1500 characters remaining)