Skip to content

ScriptBundlingOptions.UseMinJS property

Gets or sets whether a .min.js file that exists in the file system should be used if available, instead of minifying the file in memory.

public bool? UseMinJS { get; set; }

See Also