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

Breaking out the shape binding strategies Implements a ShapeAttribute based shape discovery Implements a template file name based discovery Adjusts webforms engine for fully-qualified view names to limit itself to known extensions --HG-- branch : mvc3p1
7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
<div class="rounded">
|
|
@model dynamic
|
|
<p>above</p>
|
|
@Display(Model.Contents)
|
|
<p>below</p>
|
|
</div>
|