Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Controllers.ControllerImpl.OnActionExecutionAsync Method

Called when an action is about to be executed.

Class: YetaWF.Core.Controllers.ControllerImpl
Namespace: YetaWF.Core.Controllers
Assembly: YetaWF.Core

Syntax

public new Task OnActionExecutionAsync(
    ActionExecutingContext filterContext,
    ActionExecutionDelegate next );

Parameters

filterContext

Information about the current request and action.

next

(not specified)

See Also YetaWF.Core.Controllers.ControllerImpl ClassYetaWF.Core Overview