A Better Understanding of Orchard's Form Idea

The basics use this phrase to define / describe shapes :

... an object containing all the information ...

Uses the ability to filter according to the type / role of the user.

Exactly where can I see this magic in action / what is the steepness of the learning curve made for me to bark?

THX

+4
source share
2 answers

Check out this article: Extending and Displaying Shapes It introduces the basic concepts of rendering a shape. You should also read about dynamic objects (the corresponding MSDN links are inside this article)

I wrote an article about using shapes as helpers that gives some insight into how this all works: Using shapes as HTML helpers in Orchard .

[EDIT]: Today I also wrote an article on setting up a form. Hope this will give you more info.

+5
source

Some tutorials to better understand clay objects, such as figures:

  • Dynamic Objects Malleable C # Part 1 Link

  • Dynamic Objects Malleable C # Part 2 Link .

+1
source

Source: https://habr.com/ru/post/1340502/


All Articles