Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 463 Bytes

File metadata and controls

16 lines (11 loc) · 463 Bytes

ServiceEndpoint.OnActionExecuting method

namespace: Serenity.Services   assemblySerenity.Net.Web

Called before the action method is invoked.

public virtual void OnActionExecuting(ActionExecutingContext context)
parameter description
context The action executing context.

See Also