C# Class QuizProjectMvc.Web.Helpers.RazorEngineExtension

Inheritance: System.Web.Mvc.RazorViewEngine
Afficher le fichier Open project: kidroca/project-quiz-mvc

Méthodes protégées

Méthode Description
CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialPath ) : IView
CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewPath, string masterPath ) : IView

Private Methods

Méthode Description
GlobalizeViewPath ( System.Web.Mvc.ControllerContext ctrlContext, string viewPath ) : string

Method Details

CreatePartialView() protected méthode

protected CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialPath ) : IView
controllerContext System.Web.Mvc.ControllerContext
partialPath string
Résultat IView

CreateView() protected méthode

protected CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewPath, string masterPath ) : IView
controllerContext System.Web.Mvc.ControllerContext
viewPath string
masterPath string
Résultat IView