Receive post data not known at design time

With MDriven Turnkey it is easy to construct public Rest services of strict model typed data as defined by a ViewModel as described here.

Sometimes you may, however, have the need to receive data in a post that is not known at design time.

One specific scenario we have seen was the integration of the Texture-online-editor, this editor will post all the document data as several form files - but we do not know the names of these files or their number - at design time.

To handle his case we have introduced the following pattern:

2019-07-20 13h07 53.png

Having a ViewModel (With RestAllowed=true) and posting data to it - if this

This page was edited 76 days ago on 02/10/2024. What links here