Microsoft.AspNetCore.Mvc.ViewEngines Namespace

Provides types required to support view engines.

Classes

CompositeViewEngine

Represents an IViewEngine that delegates to one of a collection of view engines.

ViewEngineResult

Represents the result of an IViewEngine.

Interfaces

ICompositeViewEngine

Represents an IViewEngine that delegates to one of a collection of view engines.

IView

Specifies the contract for a view.

IViewEngine

Defines the contract for a view engine.

Remarks

For more information about MVC views, see Views in ASP.NET Core MVC.