IViewEngine Interface

Definition

Defines the contract for a view engine.

public interface class IViewEngine
public interface IViewEngine
type IViewEngine = interface
Public Interface IViewEngine
Derived

Methods

FindView(ActionContext, String, Boolean)

Finds the view with the given viewName using view locations and information from the context.

GetView(String, String, Boolean)

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

Applies to