Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

http handler and asp.net mvc

I have a http hanlder to provide service to client. Do I need to change if adopting asp.net mvc?

like image 288
user496949 Avatar asked Feb 25 '26 08:02

user496949


1 Answers

ASP.NET MVC is built on the top of the ASP.NET engine which supports HTTP handlers. So you can use your handler in an ASP.NET MVC application. This being said, HTTP handlers are not the common way to provide functionality in an ASP.NET MVC application. Controller actions should be used but if you have this existing handler you can use it.

like image 109
Darin Dimitrov Avatar answered Feb 28 '26 07:02

Darin Dimitrov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!