VirtualPathProviderViewEngine.FindView Method
Finds the specified view by using the specified controller context and master view name.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract FindView : controllerContext:ControllerContext * viewName:string * masterName:string * useCache:bool -> ViewEngineResult override FindView : controllerContext:ControllerContext * viewName:string * masterName:string * useCache:bool -> ViewEngineResult
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- viewName
- Type: System.String
The name of the view.
- masterName
- Type: System.String
The name of the master view.
- useCache
- Type: System.Boolean
true to use the cached view.
Implements
IViewEngine.FindView(ControllerContext, String, String, Boolean)| Exception | Condition |
|---|---|
| ArgumentNullException | The controllerContext parameter is a null reference (Nothing in Visual Basic) (Nothing in Visual Basic). |
| ArgumentException | The viewName parameter is a null reference (Nothing in Visual Basic) or empty. |
Show: