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 (!).
Inheritance HierarchySystemObject MFiles.VAF.Configuration.Domain.DashboardsDashboardFormatProvider
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic class DashboardFormatProvider
Public Class DashboardFormatProvider
public ref class DashboardFormatProvider
The DashboardFormatProvider type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | GetFormat |
Provides the dashboard formatter when custom formatter is requested.
|
Top
See Also