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.
This API supports the MVC infrastructure and is not intended to be used directly from your code. This method calls the OnActionExecuted method.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Private Sub OnActionExecuted ( _
filterContext As ActionExecutedContext _
) Implements IActionFilter.OnActionExecuted
void IActionFilter.OnActionExecuted(
ActionExecutedContext filterContext
)
private:
virtual void OnActionExecuted(
ActionExecutedContext^ filterContext
) sealed = IActionFilter::OnActionExecuted
Parameters
- filterContext
Type: System.Web.Mvc.ActionExecutedContext
The filter context.
Implements
IActionFilter.OnActionExecuted(ActionExecutedContext)
Remarks
This member is an explicit interface member implementation. It can be used only when a derived Controller instance is cast to an IActionFilter interface.