A view engine composed of module view engines. The view engine will defer work to a contained view engine belonging to the requesting module.

Namespace:  EPiServer.Shell.Web.Mvc
Assembly:  EPiServer.Shell (in EPiServer.Shell.dll) Version: 6.2.267.1

Syntax

C#
public class ModuleViewEngineCollection : IViewEngine, 
	IEnumerable<IViewEngine>, IEnumerable

Inheritance Hierarchy

System..::.Object
  EPiServer.Shell.Web.Mvc..::.ModuleViewEngineCollection

See Also