ICompositeViewEngine Interface

Definition

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 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