InformationVersionFormattedToHtml Property |  |
Information about this version HTML formatted.
Namespace:
SOWIWeb.Foundation.App
Assembly:
SOWIWeb.Foundation (in SOWIWeb.Foundation.dll) Version: 19.1.23.1 (19.1.23.622)
Syntaxpublic static string VersionFormattedToHtml { get; }
Public Shared ReadOnly Property VersionFormattedToHtml As String
Get
Property Value
Type:
String
Remarks
Text result differs from compiled configuration (Debug, Test, Release)
Examples@Html.Raw(@SOWIWeb.Foundation.App.Information.VersionFormattedToHtml)
See Also