IActionFilter.OnActionExecuting(ActionExecutingContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called before the action executes, after model binding is complete.
public:
void OnActionExecuting(Microsoft::AspNetCore::Mvc::Filters::ActionExecutingContext ^ context);
public void OnActionExecuting (Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext context);
abstract member OnActionExecuting : Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext -> unit
Public Sub OnActionExecuting (context As ActionExecutingContext)
Parameters
- context
- ActionExecutingContext
Applies to
Feedback
Submit and view feedback for