Method | Description | |
---|---|---|
CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialPath ) : IView | ||
CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewPath, string masterPath ) : IView |
Method | Description | |
---|---|---|
GlobalizeViewPath ( System.Web.Mvc.ControllerContext ctrlContext, string viewPath ) : string |
protected CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialPath ) : IView | ||
controllerContext | System.Web.Mvc.ControllerContext | |
partialPath | string | |
return | IView |
protected CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewPath, string masterPath ) : IView | ||
controllerContext | System.Web.Mvc.ControllerContext | |
viewPath | string | |
masterPath | string | |
return | IView |