ASP.
I have tried two ways: Response.Redirect() which does nothing, as well as calling a new method inside of the …
c# asp.net-mvc onactionexecutingHere I want to return from the custom action filter without executing the controller action method in asp.net core …
c# asp.net-core-mvc action-filter custom-action-filter onactionexecuting