|
WebServerUseMinifyInDebug Property
|
Gets or sets value that determines if minification should be applied when running a Debug build.
Namespace:
GSF.Web.Hosting
Assembly:
GSF.Web (in GSF.Web.dll) Version: 2.2.101-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);
Request Example
View SourceProperty Value
Type:
BooleanSee Also