C# Class Maverick.Web.Theming.ThemedWebFormViewEngine

Inheritance: System.Web.Mvc.WebFormViewEngine
Afficher le fichier Open project: anurse/MaVeriCk

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
IsSpecificPath ( string name ) : bool
ThemedWebFormViewEngine ( ) : System

Private Methods

Méthode Description
GetGeneralPath ( System.Web.Mvc.ControllerContext context, string name, string theme, string locationFormats, IList searchedLocations ) : string
GetPath ( System.Web.Mvc.ControllerContext context, string locationFormats, string name, string theme, IList searchedLocations ) : string
GetSpecificPath ( System.Web.Mvc.ControllerContext context, string name, IList searchedLocations ) : string

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

IsSpecificPath() public static méthode

public static IsSpecificPath ( string name ) : bool
name string
Résultat bool

ThemedWebFormViewEngine() public méthode

public ThemedWebFormViewEngine ( ) : System
Résultat System