C# Class DIExample.Services.NestedContainerViewEngine

Inheritance: System.Web.Mvc.WebFormViewEngine
Afficher le fichier Open project: jbogard/blogexamples

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

Private Methods

Méthode Description
CreateNestedView ( System.Web.Mvc.ViewEngineResult result, System.Web.Mvc.ControllerContext controllerContext ) : 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