M-Files Vault Application Framework
C#
Show/Hide TOC
Html
String Class
Implementation of
HtmlString
with an extra constructor for handling
FormattableString
which is defined using C# string interpolation with the custom
DashboardFormatProvider
.
Definition
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
class
HtmlString
Inheritance
Object
HtmlString
Constructors
HtmlString(FormattableString)
Constructor.
HtmlString(String)
Constructor.
Methods
ToString
Override.
(Overrides
Object
ToString
)
See Also
Reference
MFiles.VAF.Configuration.Domain.Dashboards Namespace
In This Article
Definition
Constructors
Methods
See Also