BundleBase T  AsNamed Method SquishIt API Documentation
Render bundle into the cache with a given name.

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

public void AsNamed(
	string name,
	string renderToFilePath
)

Parameters

name
Type: OnlineSystem String
Name of bundle in cache.
renderToFilePath
Type: OnlineSystem String
File system path that cached bundle would be rendered to (for import processing).
See Also