Olvasás angol nyelven

Megosztás a következőn keresztül:


ICompositeViewEngine Interface

Definition

Represents an IViewEngine that delegates to one of a collection of view engines.

C#
public interface ICompositeViewEngine : Microsoft.AspNetCore.Mvc.ViewEngines.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 viewName using view locations and information from the context.

(Inherited from IViewEngine)
GetView(String, String, Boolean)

Gets the view with the given viewPath, relative to executingFilePath unless viewPath is already absolute.

(Inherited from IViewEngine)

Applies to

Termék Verziók
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