ControllerActionFilter Class¶
Properties¶
-
Order
()¶ Return type: System.Int32 public int Order { get; set; }
-
Methods¶
-
OnActionExecutionAsync
(Microsoft.AspNet.Mvc.ActionExecutingContext, Microsoft.AspNet.Mvc.ActionExecutionDelegate)¶ Arguments: - context (Microsoft.AspNet.Mvc.ActionExecutingContext) –
- next (Microsoft.AspNet.Mvc.ActionExecutionDelegate) –
Return type: System.Threading.Tasks.Task
public Task OnActionExecutionAsync(ActionExecutingContext context, ActionExecutionDelegate next)
-