Add arbitrary content (not saved on disk) using string.Format to inject values.
Namespace: SquishIt.Framework.BaseAssembly: SquishIt.Framework (in SquishIt.Framework.dll) Version: 0.9.5.0 (0.9.5.0)
Syntax
Parameters
- format
- Type:
System String
Content to include in bundle.
- extension
- Type:
System 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.
- values
- Type:
System Object
Values to be injected using string.Format.
Return Value
Type: TSee Also