Click or drag to resize

IResourceLoader Interface

Defines the method control must implement in order to embed an additional resource into the page.

Namespace:  Dynamicweb.UI.Controls
Assembly:  Dynamicweb.UI.Controls (in Dynamicweb.UI.Controls.dll) Version: 2.3.1
Syntax
public interface IResourceLoader

The IResourceLoader type exposes the following members.

Methods
  NameDescription
Public methodLoadResources
Loads all control resources for current page.
Top
See Also