C# Class CompositeUI.Service.Infrastructure.ViewEngine

Inheritance: System.Web.Mvc.RazorViewEngine
Afficher le fichier Open project: padzikm/CompositeUI

Méthodes publiques

Méthode Description
FindPartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialViewName, bool useCache ) : System.Web.Mvc.ViewEngineResult
FindView ( System.Web.Mvc.ControllerContext controllerContext, string viewName, string masterName, bool useCache ) : System.Web.Mvc.ViewEngineResult

Method Details

FindPartialView() public méthode

public FindPartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialViewName, bool useCache ) : System.Web.Mvc.ViewEngineResult
controllerContext System.Web.Mvc.ControllerContext
partialViewName string
useCache bool
Résultat System.Web.Mvc.ViewEngineResult

FindView() public méthode

public FindView ( System.Web.Mvc.ControllerContext controllerContext, string viewName, string masterName, bool useCache ) : System.Web.Mvc.ViewEngineResult
controllerContext System.Web.Mvc.ControllerContext
viewName string
masterName string
useCache bool
Résultat System.Web.Mvc.ViewEngineResult