C# Class CTCClassSchedule.ProfilingViewEngine

Enables MvcMiniProfiler for all views
Inheritance: IViewEngine
Afficher le fichier Open project: BellevueCollege/ClassSchedule

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

ProfilingViewEngine ( IViewEngine wrapped ) : System.Web.Mvc

ReleaseView ( System.Web.Mvc.ControllerContext controllerContext, IView view ) : void

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

ProfilingViewEngine() public méthode

public ProfilingViewEngine ( IViewEngine wrapped ) : System.Web.Mvc
wrapped IViewEngine
Résultat System.Web.Mvc

ReleaseView() public méthode

public ReleaseView ( System.Web.Mvc.ControllerContext controllerContext, IView view ) : void
controllerContext System.Web.Mvc.ControllerContext
view IView
Résultat void