IViewEngine::FindView Method (ControllerContext^, String^, String^, Boolean)
Finds the specified view by using the specified controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
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.
- useCache
-
Type:
System::Boolean
true to specify that the view engine returns the cached view, if a cached view exists; otherwise, false.
Show: