Freigeben über


IViewEngine.FindView Method

Finds the specified view by using the specified controller context.

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

Syntax

'Declaration
Function FindView ( _
    controllerContext As ControllerContext, _
    viewName As String, _
    masterName As String, _
    useCache As Boolean _
) As ViewEngineResult
ViewEngineResult FindView(
    ControllerContext controllerContext,
    string viewName,
    string masterName,
    bool useCache
)
ViewEngineResult^ FindView(
    ControllerContext^ controllerContext, 
    String^ viewName, 
    String^ masterName, 
    bool useCache
)

Parameters

  • useCache
    Type: System.Boolean
    true to specify that the view engine returns the cached view, if a cached view exists; otherwise, false.

Return Value

Type: System.Web.Mvc.ViewEngineResult
The page view.

See Also

Reference

IViewEngine Interface

System.Web.Mvc Namespace