ViewEngineCollection.FindPartialView Method (ControllerContext, String)
Finds the specified partial view by using the specified controller context.
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | The controllerContext parameter is null. |
| ArgumentException | The partialViewName parameter is null or empty. |
Show: