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.IViewEnginethis instance ofMicrosoft.AspNetCore.Mvc.ViewEngines.ICompositeViewEnginedelegates to.Return type: System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine> IReadOnlyList<IViewEngine> ViewEngines { get; }
-