IModuleBuilder<TContext>.Add Method
Name | Parameters | Description |
---|---|---|
Add<TModule>(Action<TModule>) | setupModule | Adds the specified Module to your application. Note that this Module must have the default constructor. |
Add<TModule>(Func<TModule>) | createModuleDelegate | Adds the specified Module to your application.This method allows you to use a custom module factory. |
Add<TModule>(Func<IServiceProvider, TModule>) | createModuleDelegate |