C# Class Maverick.Web.Theming.ThemedWebFormViewEngine

Inheritance: System.Web.Mvc.WebFormViewEngine
显示文件 Open project: anurse/MaVeriCk

Public Methods

Method 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

Method 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 method

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

FindView() public method

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
return System.Web.Mvc.ViewEngineResult

IsSpecificPath() public static method

public static IsSpecificPath ( string name ) : bool
name string
return bool

ThemedWebFormViewEngine() public method

public ThemedWebFormViewEngine ( ) : System
return System