Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 880329
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T12:04:48+00:00 2026-05-15T12:04:48+00:00

OnActionExecuting triggers when an action is about to execute. If my action has actionfilter

  • 0

OnActionExecuting triggers when an action is about to execute.

If my action has actionfilter


[myCustomActionFilter]
public ActionResult MyAction()
{
//implementation
}

Is it possible to determine (inside the OnActionExecuting event) that an action has myCustomActionFilter applied into it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T12:04:48+00:00Added an answer on May 15, 2026 at 12:04 pm

    The method above is case sensitive.

    public void OnActionExecuting(ActionExecutingContext filterContext)
    {
        var actionDescriptor = filterContext.ActionDescriptor;
        if (actionDescriptor.IsDefined(typeof(myCustonActionFilter), true))
        {
            var attributeInstance = (myCustomActionFilter) actionDescriptor.GetCustomAttributes(typeof(myCustomActionFilter), true);
    
        }   
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have that overriden OnActionExecuting method (to check before action execute if user is
I have this ActionFilter public class AppOfflineFilter : ActionFilterAttribute { public override void OnActionExecuting(ActionExecutingContext
when overriding OnActionExecuting, how do I return a Json result without passing to action?
There is an ActionFilter on my controller-class. The OnActionExecuting method gets called, when an
My URLs look like: www.example.com/{languagecode}/{controller}/{action}/{id} where language code is en-us, etc. From the OnActionExecuting
I have an external-to-my-solution web service that I'm using in an ActionFilter. The action
Here's an example of SetCulture attribute which inside does something like this: public void
I have made a base controller class that overrides OnActionExecuting as follows: public class
Is there a global OnActionExecuting that I can override to have all my MVC
I've overridden my controller's OnActionExecuting method to set some internal state based on the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.