ViewResultBase.FindView Method

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

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

abstract FindView : 
        context:ControllerContext -> ViewEngineResult

Parameters

context
Type: System.Web.Mvc.ControllerContext

The context.

Return Value

Type: System.Web.Mvc.ViewEngineResult
The view engine.
Show: