Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Invokes the specified action result by using the specified controller context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Overridable Sub InvokeActionResult ( _
controllerContext As ControllerContext, _
actionResult As ActionResult _
)
protected virtual void InvokeActionResult(
ControllerContext controllerContext,
ActionResult actionResult
)
protected:
virtual void InvokeActionResult(
ControllerContext^ controllerContext,
ActionResult^ actionResult
)
Parameters
- controllerContext
Type: System.Web.Mvc.ControllerContext
The controller context.
- actionResult
Type: System.Web.Mvc.ActionResult
The action result.