Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
Protected MustOverride Function FindView ( _
context As ControllerContext _
) As ViewEngineResult
protected abstract ViewEngineResult FindView(
ControllerContext context
)
protected:
virtual ViewEngineResult^ FindView(
ControllerContext^ context
) abstract
Parameters
- context
Type: System.Web.Mvc.ControllerContext
The context.
Return Value
Type: System.Web.Mvc.ViewEngineResult
The view engine.