Execution context handed to an Action Filter's Code when the engine evaluates it inline
(i.e. when no BaseActionFilter subclass is registered for the filter). The code runs
with this object bound as ActionFilterContext and signals its verdict either by returning
a boolean or by assigning ActionFilterContext.result.
Execution context handed to an Action Filter's
Codewhen the engine evaluates it inline (i.e. when no BaseActionFilter subclass is registered for the filter). The code runs with this object bound asActionFilterContextand signals its verdict either by returning a boolean or by assigningActionFilterContext.result.