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)
'Declaration Protected Friend Function PartialView ( _ model As Object _ ) As PartialViewResult 'Usage Dim model As Object Dim returnValue As PartialViewResult returnValue = Me.PartialView(model)
Parameters
- model
- Type: System.Object
The model that is rendered by the partial view
Show: