OfficeWorkSessionProcessing.OnActionExecuting(ActionExecutingContext) Method
In This Article
Called before the action method is executed.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Spreadsheet
#Declaration
C#
public void OnActionExecuting(
ActionExecutingContext context
)
#Parameters
Name | Type | Description |
---|---|---|
context | Action |
An object that contains the information about the current request and action. |
#Implements
See Also