BundleBase T  AddString Method (String,  Object )SquishIt API Documentation
Add arbitrary content (not saved on disk) using string.Format to inject values.

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

public T AddString(
	string format,
	Object[] values
)

Parameters

format
Type: OnlineSystem String
Content to include in bundle.
values
Type:  OnlineSystem Object 
Values to be injected using string.Format.

Return Value

Type: T
See Also