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