Interface IWebModuleContainer
Represents an object that contains a collection of IWebModule interfaces.
Namespace: EmbedIO
Syntax
public interface IWebModuleContainer
  Properties
Modules
Gets the modules.
Declaration
IComponentCollection<IWebModule> Modules { get; }
  Property Value
| Type | Description | 
|---|---|
| IComponentCollection<IWebModule> | The modules.  | 
      
SharedItems
Gets a dictionary of data shared among the modules in a container.
This API mainly supports the EmbedIO infrastructure; it is not intended to be used directly from your code, unless to address specific needs in module development.
Declaration
ConcurrentDictionary<object, object> SharedItems { get; }
  Property Value
| Type | Description | 
|---|---|
| ConcurrentDictionary<Object, Object> |