IViewEngine Rozhraní

Definice

Definuje kontrakt pro modul zobrazení.

public interface class IViewEngine
public interface IViewEngine
type IViewEngine = interface
Public Interface IViewEngine
Odvozené

Metody

FindView(ActionContext, String, Boolean)

Vyhledá zobrazení s daným viewName zobrazením pomocí umístění zobrazení a informací z .context

GetView(String, String, Boolean)

Získá zobrazení s danou viewPath, relativní k, executingFilePath pokud viewPath není již absolutní.

Platí pro