Receive post data not known at design time
No edit summary
No edit summary
Line 6: Line 6:


To handle his case we have introduced the following pattern:
To handle his case we have introduced the following pattern:
[[File:2019-07-20 13h07 53.png|none|thumb|384x384px]]
Having a ViewModel (With RestAllowed=true) and posting data to it - if this

Revision as of 11:14, 20 July 2019

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 48 days ago on 02/10/2024. What links here