Microsoft.AspNetCore.Mvc.ViewEngines Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.