BundleBase T  AddDynamic Method SquishIt API Documentation
Add dynamic (app-generated) content - the generated proxy file SignalR serves to clients is a good example.

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

public T AddDynamic(
	string siteRelativePath
)

Parameters

siteRelativePath
Type: OnlineSystem String
Site-relative path to content (eg "signalr/hubs").

Return Value

Type: T
See Also