|
WebServerOptionsUseMinifyInDebug Property
|
Gets or sets 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; set; }
Public Property UseMinifyInDebug As Boolean
Get
Set
public:
property bool UseMinifyInDebug {
bool get ();
void set (bool value);
}
member UseMinifyInDebug : bool with get, set
function get_UseMinifyInDebug();
function set_UseMinifyInDebug(value);
View SourceProperty Value
BooleanSee Also