ServiceEndpoint.OnActionExecuting method
namespace: Serenity.Services assembly: Serenity.Net.Web
Called before the action method is invoked.
public virtual void OnActionExecuting(ActionExecutingContext context)
| parameter | description |
|---|---|
| context | The action executing context. |
See Also
- class ServiceEndpoint