Replies: 2 comments
-
You can use a class that inherits from ActionFilterAttribute. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@MRSheikh |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi.
I want to create
public override void OnActionExecuting(ActionExecutingContext filterContext){}
method for my Orchardcore cms project.
I created the Controller folder and
MyCmsController.cs
inside it. but OnActionExecuting is not firing.how to I implement OnActionExecuting for my cms??
Beta Was this translation helpful? Give feedback.
All reactions