The CompositeC1WebPage type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CompositeC1WebPage |
Initializes a new instance of the CompositeC1WebPage class.
|
Methods
| Name | Description | |
|---|---|---|
| Function(String) |
Executes a C1 Function.
| |
| Function(String, IDictionary<(Of <<'(String, Object>)>>)) |
Executes a C1 Function.
| |
| Function(String, Object) |
Executes a C1 Function.
| |
| Markup |
Renders the specified XNode.
| |
| PageTemplateFeature |
Includes a named Page Template Feature. Page Template Feature are managed in '~/App_Data/PageTemplateFeatures'
or via the C1 Console's Layout perspective. They contain html and functional snippets.
|
Properties
| Name | Description | |
|---|---|---|
| CurrentPageNode |
Gets the current page node.
| |
| Data |
Gets a DataConnection object.
| |
| FunctionContextContainer |
Gets the function context container.
| |
| HomePageNode |
Gets the home page node.
| |
| Lang |
Gets to letter ISO Language Name representing the pages language - use this like <html lang="@Lang" />
| |
| Sitemap |
Gets a SitemapNavigator object.
|