5 Replies
On the following page
You probably don't want to give entities to your front-end and attach them again later, that seems like a dangerous thing to do
It will also cause trouble if you want to update either your front-end or your database model but not both at the same time
You are saying I should make an intermediate model and in OnGet get from database and assign to that model and display that model in view?
Usually an intermediate model is used and on post, the entity is fetched and its properties are set using the intermediate object
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.