ViewResult::FindView Method
Visual Studio 2010
Searches the registered view engines and returns the object that is used to render the view.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- context
- Type: System.Web.Mvc::ControllerContext
The controller context.
| Exception | Condition |
|---|---|
| InvalidOperationException | An error occurred while the method was searching for the view. |
Community Additions
ADD
Show: