ViewEngineCollection.FindPartialView Method
Visual Studio 2010
Finds the specified partial view by using the specified controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Overridable Function FindPartialView ( _ controllerContext As ControllerContext, _ partialViewName As String _ ) As 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 Nothing. |
| ArgumentException | The partialViewName parameter is Nothing or empty. |
Community Additions
ADD
Show: