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