C# Class Maverick.Web.ModuleFramework.ModuleDelegatingViewEngine

Inheritance: IViewEngine
Afficher le fichier Open project: anurse/MaVeriCk Class Usage Examples

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
ReleaseView ( System.Web.Mvc.ControllerContext controllerContext, IView view ) : void

Private Methods

Méthode Description
GetCurrentModuleRequest ( System.Web.Mvc.ControllerContext controllerContext ) : ModuleRequestResult
RunAgainstModuleViewEngines ( System.Web.Mvc.ControllerContext controllerContext, ViewEngineResult>.Func engineRequest ) : 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

ReleaseView() public méthode

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