DashboardCustomContent(FormattableString) Constructor

Custom, static HTML content from a formattable string. Placeholder values are html escaped as necessary.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public DashboardCustomContent(
	FormattableString htmlContent
)

Parameters

htmlContent  FormattableString

See Also