BundleBase T  AsCached Method SquishIt API Documentation
Render bundle into cache and return tag.

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

public string AsCached(
	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).

Return Value

Type: OnlineString
HTML tag.
See Also