.NET Framework Class Library
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)
Visual Basic (Declaration)
Public Interface IViewEngine
Dim instance As IViewEngine
public interface IViewEngine
public interface class IViewEngine
A view engine is called by the MVC framework to render view pages.
Reference