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)
Syntax public static string VersionFormattedToHtml { get; }
Public Shared ReadOnly Property VersionFormattedToHtml As String
Get
Property Value
Type:
StringRemarks
Text result differs from compiled configuration (Debug, Test, Release)
Examples @Html.Raw(@SOWIWeb.Foundation.App.Information.VersionFormattedToHtml)
See Also