This topic has not yet been rated - Rate this topic

ViewEngineCollection.FindPartialView Method

Finds the specified partial view by using the specified controller context.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public virtual ViewEngineResult FindPartialView(
	ControllerContext controllerContext,
	string partialViewName
)

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext

The controller context.

partialViewName
Type: System.String

The name of the partial view.

Return Value

Type: System.Web.Mvc.ViewEngineResult
The partial view.
ExceptionCondition
ArgumentNullException

The controllerContext parameter is null.

ArgumentException

The partialViewName parameter is null or empty.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.