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

Inheritance: Controller
Datei anzeigen Open project: knowit/Knowit.EPiModules.Replaceables

Protected Methods

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

protected PartialView ( string viewName, object model ) : System.Web.Mvc.PartialViewResult
viewName string
model object
return System.Web.Mvc.PartialViewResult

View() protected method

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