ICompositeViewEngine Interface

Represents an Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine that delegates to one of a collection of view engines.

Namespace
Microsoft.AspNetCore.Mvc.ViewEngines
Assemblies
  • Microsoft.AspNetCore.Mvc.ViewFeatures

Syntax

public interface ICompositeViewEngine : IViewEngine
interface Microsoft.AspNetCore.Mvc.ViewEngines.ICompositeViewEngine

Properties

Microsoft.AspNetCore.Mvc.ViewEngines.ICompositeViewEngine.ViewEngines

Gets the list of Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine this instance of Microsoft.AspNetCore.Mvc.ViewEngines.ICompositeViewEngine delegates to.

Return type:System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine>
IReadOnlyList<IViewEngine> ViewEngines { get; }