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.
Composite |
Represents an IViewEngine that delegates to one of a collection of view engines. |
View |
Represents the result of an IViewEngine. |
IComposite |
Represents an IViewEngine that delegates to one of a collection of view engines. |
IView |
Specifies the contract for a view. |
IView |
Defines the contract for a view engine. |
For more information about MVC views, see Views in ASP.NET Core MVC.