DashboardFormatProvider Class

Formats strings as dashboard content (html). Arguments are converted to strings (like normal) and are then html escaped, unless they are HtmlStrings, IDashboardContents, or their format starts with an exclamation point (!).

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class DashboardFormatProvider
Inheritance
Object    DashboardFormatProvider

Constructors

Methods

GetFormat Provides the dashboard formatter when custom formatter is requested.

See Also