VirtualPathProviderViewEngine.FindView Method (ControllerContext, String, String, Boolean)
Finds the specified view by using the specified controller context and master view name.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public virtual ViewEngineResult FindView( ControllerContext controllerContext, string viewName, string masterName, bool useCache )
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | The controllerContext parameter is null (Nothing in Visual Basic). |
| ArgumentException | The viewName parameter is null or empty. |
Show: