Hi,
thanks for your reply.
1) Concerning areas
Well... I have to live with that so far :) (I am not only testing this MVC integration. I am currently integrating a quite large MVC application - so there are plenty of controllers. And so - expect some more messages from me)
2) Concerning form action
Now the controller and action are rendered correctly. Unfortunately it remains the only thing that is rendered. With that I mean: I added the MVC function (which renders the form) on a sub page. Including your fix results in an action "/Registration" instead of "/path/to/my/page/Registration"
3) Concerning async
I already expected this. Not a big problem to me so far - I already extended my CQRS layer with sync methods.
thanks for your reply.
1) Concerning areas
Well... I have to live with that so far :) (I am not only testing this MVC integration. I am currently integrating a quite large MVC application - so there are plenty of controllers. And so - expect some more messages from me)
2) Concerning form action
Now the controller and action are rendered correctly. Unfortunately it remains the only thing that is rendered. With that I mean: I added the MVC function (which renders the form) on a sub page. Including your fix results in an action "/Registration" instead of "/path/to/my/page/Registration"
3) Concerning async
I already expected this. Not a big problem to me so far - I already extended my CQRS layer with sync methods.