|
ReadonlyWebServerOptionsUseMinifyInDebug Property
|
Gets value that determines if minification should be applied when running a Debug build.
Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public bool UseMinifyInDebug { get; }
Public ReadOnly Property UseMinifyInDebug As Boolean
Get
public:
property bool UseMinifyInDebug {
bool get ();
}
member UseMinifyInDebug : bool with get
function get_UseMinifyInDebug();
View SourceProperty Value
BooleanSee Also