ICompositeViewEngine Interface
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 interface class ICompositeViewEngine : Microsoft::AspNetCore::Mvc::ViewEngines::IViewEngine
public interface ICompositeViewEngine : Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine
type ICompositeViewEngine = interface
interface IViewEngine
Public Interface ICompositeViewEngine
Implements IViewEngine
- Derived
- Implements
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 |