Controller.PartialView Method (Object)
Creates a PartialViewResult object that renders a partial view, by using the specified model.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- model
- Type: System.Object
The model that is rendered by the partial view
Show: