Skip to main content
All docs
V25.2
  • 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.