IBundlerAttachToWebSite Method |
Attaches the bundler to the web site passed across.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void AttachToWebSite(
IWebSite webSite
)
Sub AttachToWebSite (
webSite As IWebSite
)
void AttachToWebSite(
IWebSite^ webSite
)
abstract AttachToWebSite :
webSite : IWebSite -> unit
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