This topic has not yet been rated - Rate this topic

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)
protected override IView CreatePartialView(
	ControllerContext controllerContext,
	string partialPath
)

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext
The controller context.
partialPath
Type: System.String
The partial path.

Return Value

Type: System.Web.Mvc.IView
The partial view.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ