ViewResultBase.FindView(ControllerContext) Method

Definition

Returns the ViewEngineResult object that is used to render the view.

protected abstract System.Web.Mvc.ViewEngineResult FindView (System.Web.Mvc.ControllerContext context);
abstract member FindView : System.Web.Mvc.ControllerContext -> System.Web.Mvc.ViewEngineResult
Protected MustOverride Function FindView (context As ControllerContext) As ViewEngineResult

Parameters

context
ControllerContext

The context.

Returns

The view engine.

Applies to