Controller.PartialView Method (String)
Creates a PartialViewResult object that renders a partial view, by using the specified view name.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Protected Friend Function PartialView ( _ viewName As String _ ) As PartialViewResult 'Usage Dim viewName As String Dim returnValue As PartialViewResult returnValue = Me.PartialView(viewName)
Parameters
- viewName
- Type: System.String
The name of the view that is rendered to the response.
Show: