PartialViewResult.FindView Method (ControllerContext)
Returns the ViewEngineResult object that is used to render the view.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Protected Overrides Function FindView ( context As ControllerContext ) As ViewEngineResult
Parameters
- context
-
Type:
System.Web.Mvc.ControllerContext
The controller context.
| Exception | Condition |
|---|---|
| InvalidOperationException | An error occurred while the method was attempting to find the view. |
Show: