Skip to content

ScriptBundlingOptions.Minimize property

Gets or sets the minimization flag. When true, script files are minified and their minified versions are used in bundles.

public bool? Minimize { get; set; }

See Also