|
WebServerOptionsMinifyJavascript Property
|
Gets or sets value that determines if minification should be applied to rendered Javascript files.
Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public bool MinifyJavascript { get; set; }
Public Property MinifyJavascript As Boolean
Get
Set
public:
property bool MinifyJavascript {
bool get ();
void set (bool value);
}
member MinifyJavascript : bool with get, set
function get_MinifyJavascript();
function set_MinifyJavascript(value);
View SourceProperty Value
BooleanSee Also