Microsoft.AspNetCore.Mvc.ViewEngines Namespace

namespace Microsoft.AspNetCore.Mvc.ViewEngines

Interfaces

interface ICompositeViewEngine
Represents an Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine that delegates to one of a collection of view engines.
interface IView
Specifies the contract for a view.
interface IViewEngine
Defines the contract for a view engine.

Classes

class CompositeViewEngine
class ViewEngineResult