Click or drag to resize
IBundler Interface
The interface for objects that can bundle multiple JavaScript declarations in an HTML file into a single download.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IBundler : IDisposable

The IBundler type exposes the following members.

Properties
  NameDescription
Public propertyWebServer
Gets the web server that the bundler is attached to.
Public propertyWebSite
Gets the web site that the bundler is attached to.
Top
Methods
  NameDescription
Public methodAttachToWebSite
Attaches the bundler to the web site passed across.
Public methodBundleHtml
Replaces multiple statements in the HTML that drag in JavaScript files with a single statement that downloads all of the files in one go.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also