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)
abstract CreatePartialView : controllerContext:ControllerContext * partialPath:string -> IView override CreatePartialView : controllerContext:ControllerContext * partialPath:string -> IView
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- partialPath
- Type: System.String
The partial path.
Show: