CompositeViewEngine Class  
Definition
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.
Represents an IViewEngine that delegates to one of a collection of view engines.
public ref class CompositeViewEngine : Microsoft::AspNetCore::Mvc::ViewEngines::ICompositeViewEnginepublic class CompositeViewEngine : Microsoft.AspNetCore.Mvc.ViewEngines.ICompositeViewEnginetype CompositeViewEngine = class
    interface ICompositeViewEngine
    interface IViewEnginePublic Class CompositeViewEngine
Implements ICompositeViewEngine- Inheritance
- 
				CompositeViewEngine
- Implements
Constructors
| CompositeViewEngine(IOptions<MvcViewOptions>) | Initializes a new instance of CompositeViewEngine. | 
Properties
| ViewEngines | Gets the list of IViewEngine this instance of ICompositeViewEngine delegates to. | 
Methods
| FindView(ActionContext, String, Boolean) | Finds the view with the given  | 
| GetView(String, String, Boolean) | Gets the view with the given  |