Skip to main content

OfficeWorkSessionProcessing.OnActionExecuting(ActionExecutingContext) Method

Called before the action method is executed.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Spreadsheet.v23.2.dll

NuGet Package: DevExpress.AspNetCore.Spreadsheet

Declaration

public void OnActionExecuting(
    ActionExecutingContext context
)

Parameters

Name Type Description
context ActionExecutingContext

An object that contains the information about the current request and action.

See Also