Controller.PartialView Method (String)
Visual Studio 2010
Creates a PartialViewResult object that renders a partial view, by using the specified view name.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Protected Friend Function PartialView ( _ viewName As String _ ) As PartialViewResult
Parameters
- viewName
- Type: System.String
The name of the view that is rendered to the response.
Community Additions
ADD
Show: