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)
abstract FindPartialView : controllerContext:ControllerContext * partialViewName:string -> ViewEngineResult override FindPartialView : controllerContext:ControllerContext * partialViewName:string -> ViewEngineResult
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 a null reference (Nothing in Visual Basic). |
| ArgumentException | The partialViewName parameter is a null reference (Nothing in Visual Basic) or empty. |
Show: