0

I am looking to implement an interceptor, as far as my research, IHttpModule is outdated.

Is there an alternative with ASP.NET 5?

Same for event handling.

CodeCaster
  • 147,647
  • 23
  • 218
  • 272
DarthVader
  • 52,984
  • 76
  • 209
  • 300
  • 1
    http://www.mikesdotnetting.com/article/269/asp-net-5-middleware-or-where-has-my-httpmodule-gone – Abhitalks Jul 27 '15 at 12:30
  • 1
    [Middleware](http://www.mikesdotnetting.com/article/269/asp-net-5-middleware-or-where-has-my-httpmodule-gone). – CodeCaster Jul 27 '15 at 12:31
  • If mvc (in addition to middleware, ihttphandler), implement custom ActionFilterAttribute (https://msdn.microsoft.com/en-us/library/system.web.mvc.actionfilterattribute(v=vs.118).aspx), but assuming since you mention event handling probably not MVC. – Jason W Jul 27 '15 at 12:44
  • As replied by @Abhitalks that article covers changes in ASP.NET 5 & how to intercept request... – SO19 Jul 27 '15 at 12:49
  • @DarthVader - Instead of downvoting with an offensive comment, you can comment with what's not working. I'm talking about [this](http://stackoverflow.com/questions/28688662/how-to-override-default-unhandled-exception-output-in-owin/28689030#28689030). – Yuval Itzchakov Jul 27 '15 at 13:27

0 Answers0