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)
'Declaration Protected MustOverride Function FindView ( _ context As ControllerContext _ ) As ViewEngineResult 'Usage Dim context As ControllerContext Dim returnValue As ViewEngineResult returnValue = Me.FindView(context)
Parameters
- context
- Type: System.Web.Mvc.ControllerContext
The context.
Show: