Click or drag to resize
IBundlerAttachToWebSite Method
Attaches the bundler to the web site passed across.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void AttachToWebSite(
	IWebSite webSite
)

Parameters

webSite
Type: VirtualRadar.Interface.WebSiteIWebSite
Remarks
This gives the bundler the opportunity to register itself as a provider of content with the web server that the web site is using. When files are bundled they are fetched directly though the web site.
See Also