mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
893f0149c9aecdcaf667c1490d773d495213b9f6

This change makes implementing element editors more intuitive, since they no longer rely on the initial postback from layout editor to the element editor dialog. The ObjectStore is a simple database table that serves as a robust data transfer mechanism to share element state without the need for the host (content) to be persisted. We could have used SessionState, but that would have added configuration requirements when hosting in a web farm.
Description
About
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
orchardproject.net
Languages
C#
43.9%
JavaScript
43.7%
HTML
5.5%
CSS
2.4%
Less
1.5%
Other
2.9%