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 7504701
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T21:39:38+00:00 2026-05-29T21:39:38+00:00

If I am writing an ActionFilter like this public override void OnActionExecuting(ActionExecutingContext filterContext) within

  • 0

If I am writing an ActionFilter like this

public override void OnActionExecuting(ActionExecutingContext filterContext)

within this method, I can also get access to current context via HttpContext.Current. I am just wondering what is the difference between these two contexts?

  • 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-29T21:39:40+00:00Added an answer on May 29, 2026 at 9:39 pm

    From an article on filters:

    When you implement the OnActionExecuted method, you’ll end up
    receiving an instance of type ResultExecutedContext. Besides letting
    you get access to the currentControllerContext, you’ll also get
    properties for

    • getting the ActionResult (property Result) responsible for generating the response returned to the client;

    • seeing if the processing was cancelled (which happens when, for instance, you set the Result property of the ActionExecuting context from within the OnActionExecuting method). You can get this info from the Canceled property;

    • getting a reference to an exception that might have been generated during the processing (as you might expect, this is
      available through the Exception property);

    • indicating that you’ve handled an exception (property ExceptionHandled).

    … The ResultExecutingContext is a little different from the
    ActionExecutingContext we’ve talked about. If you build one of these
    filters, then you can cancel further processing by setting the Cancel
    property to true from within the OnResultExecuting method
    . Notice that
    when this happens, your view won’t be called and you end up not
    generating the HTML that is generally sent back to the client (I’m
    assuming a simple case, where you have a view that generates HTML. As
    we’ll see, you can also have a view that generates JSON…).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Writing something like this using the loki library , typedef Functor<void> BitButtonPushHandler; throws a
Writing a function I must declare input and output data types like this: int
Writing a client / server program and previously was using calls like this: TcpListener.AcceptTcpClient()
Writing a python program, and I came up with this error while using the
Writing some drag&drop code, I'd like to cancel the click events in my mouseup
Writing some classes for a Framework extension, and I have the following code: public
Writing code in PHP, how can I ensure the require_once path of a script
Writing a Jabber client that uses Twisted Words. I would like to know an
writing in QT and QErrorMessage by default has checkbox saying: Show this message again
I am trying to handle multiple form submissions by writing an ActionFilter. I am

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.