I use an O/R mapper, that can reload objects from the DB in a generic manner. I would like to be able to intercept the request right after the creation of the mapped objects, in order to reload them.
ActionFilters are of course there, yet the problem is that ActionFilters (or the examples I have seen) can handle the data as provided by the form and not after an object had been created.
I looked at the overridable methods of the Controller, but found nothing obvious that caught my eyes. Does any one know of a way to do this?
Thank you for your suggestions!
Nasser