Click or drag to resize

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; }

Property Value

Type: String
Remarks
Text result differs from compiled configuration (Debug, Test, Release)
Examples
@Html.Raw(@SOWIWeb.Foundation.App.Information.VersionFormattedToHtml)
See Also