Share via


ViewResultBase.FindView Method (ControllerContext)

 

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

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

Syntax

protected abstract ViewEngineResult FindView(
    ControllerContext context
)
protected:
virtual ViewEngineResult^ FindView(
    ControllerContext^ context
) abstract
abstract FindView : 
        context:ControllerContext -> ViewEngineResult
Protected MustOverride Function FindView (
    context As ControllerContext
) As ViewEngineResult

Parameters

Return Value

Type: System.Web.Mvc.ViewEngineResult

The view engine.

See Also

ViewResultBase Class
System.Web.Mvc Namespace

Return to top