HtmlString Constructor (String) |
Constructor.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic HtmlString(
string s
)
Public Sub New (
s As String
)
public:
HtmlString(
String^ s
)
Parameters
- s
- Type: SystemString
The html string content.
See Also