Method | Description | |
---|---|---|
OnActionExecuted ( ActionExecutedContext context ) : void |
Called after the action executes, before the action result.
|
|
OnActionExecuting ( ActionExecutingContext context ) : void |
Called before the action executes, after model binding is complete.
|
|
TenantFilterAttribute ( ) : System |
public OnActionExecuted ( ActionExecutedContext context ) : void | ||
context | ActionExecutedContext | The |
return | void |
public OnActionExecuting ( ActionExecutingContext context ) : void | ||
context | ActionExecutingContext | The |
return | void |