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