I have .ashx file. How can I call this file in MVC?
Something like this:
<a href="LoadFile.ashx?id=033">load</a>
Thank you!
ASP.NET MVC does not prevent you from adding a typical ASHX handler. For example here's what I did:
For the link you just need to set it to
<a href="/HandleMe.ashx">click me</a>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With