By bloid
via haacked.com
Submitted: May 11 / 13:15
The MVC framework will include several useful action results for common tasks. However, we might not cover all results you might want to return. In this post, I walk through a simple result that will cover all remaining cases. With the DelegatingResult, you simply pass it a delegate. This provides ultimate control. Let’s see it in action.
SaveShareSend
Tags: .net, frameworks
Add your comment