WebFormViewEngine::CreatePartialView Method

Visual Studio 2010

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:
virtual IView^ CreatePartialView(
	ControllerContext^ controllerContext, 
	String^ partialPath
) override

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.

Community Additions

ADD
Show: