Click or drag to resize

PageElementPropertiesLiteralContent_Template Property

The template used to layout the content. Embedded functions in the template will be resolved. The HTML content for the page. Note that content may be provided by Template, HTML, or Text, in that order.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string LiteralContent_Template { get; }

Property Value

Type: String
The template used to layout the content. Embedded functions in the template will be resolved. The HTML content for the page. Note that content may be provided by Template, HTML, or Text, in that order.
See Also