Method | Description | |
---|---|---|
AlternateLocationViewEngine ( ) : System | ||
FindPartialView ( ControllerContext controllerContext, string partialViewName, bool useCache ) : System.Web.Mvc.ViewEngineResult | ||
FindView ( ControllerContext controllerContext, string viewName, string masterName, bool useCache ) : System.Web.Mvc.ViewEngineResult |
Method | Description | |
---|---|---|
GetAlternateControllerContext ( ControllerContext currentContext ) : ControllerContext |
Returns a new controller context with the alternate controller name in the route values if the current controller is found to contain an AlternateViewEnginePathAttribute.
|
public AlternateLocationViewEngine ( ) : System | ||
return | System |
public FindPartialView ( ControllerContext controllerContext, string partialViewName, bool useCache ) : System.Web.Mvc.ViewEngineResult | ||
controllerContext | ControllerContext | |
partialViewName | string | |
useCache | bool | |
return | System.Web.Mvc.ViewEngineResult |
public FindView ( ControllerContext controllerContext, string viewName, string masterName, bool useCache ) : System.Web.Mvc.ViewEngineResult | ||
controllerContext | ControllerContext | |
viewName | string | |
masterName | string | |
useCache | bool | |
return | System.Web.Mvc.ViewEngineResult |