BundleBase T  AddMinifiedString Method (String, String)SquishIt API Documentation
Add pre-minified arbitrary content (not saved on disk) with the assumption that it is treated as if found in a given directory. This is useful for adding LESS content that needs to get imports relative to a particular location.

Namespace: SquishIt.Framework.Base
Assembly: SquishIt.Framework (in SquishIt.Framework.dll) Version: 0.9.5.0 (0.9.5.0)
Syntax

public T AddMinifiedString(
	string content,
	string extension
)

Parameters

content
Type: OnlineSystem String
Minified content to include in bundle.
extension
Type: OnlineSystem String
Extension that would be included in filename if content were saved to disk - this is needed to determine if the content should be preprocessed.

Return Value

Type: T
See Also