Method | Description | |
---|---|---|
PartialView ( string viewName, object model ) : System.Web.Mvc.PartialViewResult | ||
View ( string viewName, string masterName, object model ) : System.Web.Mvc.ViewResult |
protected PartialView ( string viewName, object model ) : System.Web.Mvc.PartialViewResult | ||
viewName | string | |
model | object | |
return | System.Web.Mvc.PartialViewResult |
protected View ( string viewName, string masterName, object model ) : System.Web.Mvc.ViewResult | ||
viewName | string | |
masterName | string | |
model | object | |
return | System.Web.Mvc.ViewResult |