WebFormViewEngine.CreatePartialView Method
Creates the specified partial view by using the specified controller context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Protected Overrides Function CreatePartialView ( _ controllerContext As ControllerContext, _ partialPath As String _ ) As IView 'Usage Dim controllerContext As ControllerContext Dim partialPath As String Dim returnValue As IView returnValue = Me.CreatePartialView(controllerContext, _ partialPath)
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- partialPath
- Type: System.String
The partial path.
Show: