C# Class Knowit.EPiModules.Replaceables.Sample.Controllers.BaseReplaceablesController

Inheritance: Controller
Afficher le fichier Open project: knowit/Knowit.EPiModules.Replaceables

Méthodes protégées

Méthode Description
PartialView ( string viewName, object model ) : System.Web.Mvc.PartialViewResult
View ( string viewName, string masterName, object model ) : System.Web.Mvc.ViewResult

Method Details

PartialView() protected méthode

protected PartialView ( string viewName, object model ) : System.Web.Mvc.PartialViewResult
viewName string
model object
Résultat System.Web.Mvc.PartialViewResult

View() protected méthode

protected View ( string viewName, string masterName, object model ) : System.Web.Mvc.ViewResult
viewName string
masterName string
model object
Résultat System.Web.Mvc.ViewResult