VirtualPathProviderViewEngine.CreatePartialView Method
Creates the specified partial view by using the specified controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected abstract IView CreatePartialView( ControllerContext controllerContext, string partialPath )
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- partialPath
- Type: System.String
The partial path for the new partial view.
partialPath Parameter Is a Virtual Path
The partialPath parameter should be a virtual (not physical) path.
- 3/30/2011
- Michael T. Bunney