BundleBase T  WithOutputBaseHref Method SquishIt API Documentation
Configure bundle to prefix paths with given base URL - this is useful for cdn scenarios.

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

public T WithOutputBaseHref(
	string href
)

Parameters

href
Type: OnlineSystem String
Base path to CDN (eg "http://static.myapp.com").

Return Value

Type: T
See Also