public class DashboardCustomContent : IDashboardContent
DashboardCustomContent(FormattableString) | Custom, static HTML content from a formattable string. Placeholder values are html escaped as necessary. |
DashboardCustomContent(HtmlContentGenerator) | Custom HTML content generator. |
DashboardCustomContent(String) | Custom, static HTML content. |
DashboardCustomContent(XmlContentGenerator) | Constructor |
Generate | Creates the xml of the content. |
ToXmlFragment |
Converts an IDashboardContent to an xml fragment in
an undefined xml document.
(Defined by DashboardHelper) |
ToXmlString |
Converts an IDashboardContent to a string.
(Defined by DashboardHelper) |