Class Section

Section class

Element of AmpAccordion.

public class Section

Constructors

NameDescription
Section()The default constructor.

Properties

NameDescription
Expanded { get; set; }Displays the section as expanded on page load.
Header { get; set; }Represents the heading for the section.
Value { get; set; }Represents the content of the section.

Methods

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

See Also