Binds placeholders' content to the related properties on a template definition
Namespace: Composite.Core.PageTemplatesAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static void BindPlaceholders( IPageTemplate template, PageContentToRender pageContentToRender, IDictionary<string, PropertyInfo> placeholderProperties, FunctionContextContainer functionContextContainer ) |
Visual Basic |
---|
Public Shared Sub BindPlaceholders ( _ template As IPageTemplate, _ pageContentToRender As PageContentToRender, _ placeholderProperties As IDictionary(Of String, PropertyInfo), _ functionContextContainer As FunctionContextContainer _ ) |
Visual C++ |
---|
public: static void BindPlaceholders( IPageTemplate^ template, PageContentToRender^ pageContentToRender, IDictionary<String^, PropertyInfo^>^ placeholderProperties, FunctionContextContainer^ functionContextContainer ) |
Parameters
- template
- Type: Composite.Core.PageTemplates..::..IPageTemplate
The template.
- pageContentToRender
- Type: Composite.Core.PageTemplates..::..PageContentToRender
The page rendering job.
- placeholderProperties
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, PropertyInfo>)>)>
The placeholder properties.
- functionContextContainer
- Type: FunctionContextContainer
The function context container, if not null, nested functions fill be evaluated.