This topic has not yet been rated - Rate this topic

ViewEngineCollection.FindView Method

Finds the specified view by using the specified controller context and master view.

Namespace:  System.Web.Mvc
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.

Return Value

Type: System.Web.Mvc.ViewEngineResult
The view.
Exception Condition
ArgumentNullException

The controllerContext parameter is null.

ArgumentException

The viewName parameter is null or empty.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ