System.Web.Mvc Namespace


.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)
Syntax

Visual Basic (Declaration)
Public Interface IViewEngine
Visual Basic (Usage)
Dim instance As IViewEngine
C#
public interface IViewEngine
Visual C++
public interface class IViewEngine
Remarks

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

See Also

Reference

Tags :


Page view tracker