Name |
Description |
CaptureFor |
Renders the inner content and stores it in the IViewEngineContext #blockcomponent(CaptureFor with "id=someId" ["append=before"]) content to be captured #end ${someId} id - the key to be used to retrieve the captured contents append - when present will append component content into the current content, if append = "before" will append before the current content |
ChildContentComponent |
Renders the contents of the block component into the $childContent context variable, and then renders the components view file. |
SecurityComponent |
|
UpdatePage |
Renders a javascript content that changes the page elements using a special dsl-like language. |
UpdatePageTag |
Renders a javascript tag block with an inline javascript that changes the page elements using a special dsl-like language. |