CompositeViewEngine Class
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::ICompositeViewEngine
public class CompositeViewEngine : Microsoft.AspNetCore.Mvc.ViewEngines.ICompositeViewEngine
type CompositeViewEngine = class
interface ICompositeViewEngine
interface IViewEngine
Public Class CompositeViewEngine
Implements ICompositeViewEngine
- Inheritance
-
CompositeViewEngine
- Implements
Composite |
Initializes a new instance of CompositeViewEngine. |
View |
Gets the list of IViewEngine this instance of ICompositeViewEngine delegates to. |
Find |
Finds the view with the given |
Get |
Gets the view with the given |
Produkt | Versiounen |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |