BundleBase T  AddMinifiedString Method (String)SquishIt API Documentation
Add pre-minified arbitrary content (not saved on disk).

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
)

Parameters

content
Type: OnlineSystem String
Minified content to include in bundle.

Return Value

Type: T
See Also