Class SectionValue

SectionValue class

Represents the content of the section.

public class SectionValue

Constructors

NameDescription
SectionValue(object)Creates instance of SectionValue.

Properties

NameDescription
Data { get; set; }Section data.

Methods

NameDescription
ToAmpHtml()AmpHtml representation of section value.
ToHtml()Html representation of section value.

See Also