Skip to content

CssBundlingOptions.Replacements property

Gets or sets the replacement dictionary for placeholders in bundle contents, like {Development}.

public Dictionary<string, object> Replacements { get; set; }

See Also