Back to Devexpress

IModuleBuilder<TContext>.Add Method

expressappframework-devexpress-dot-expressapp-dot-applicationbuilder-dot-imodulebuilder-1-dot-add.md

latest842 B
Original Source

IModuleBuilder<TContext>.Add Method

NameParametersDescription
Add<TModule>(Action<TModule>)setupModuleAdds the specified Module to your application. Note that this Module must have the default constructor.
Add<TModule>(Func<TModule>)createModuleDelegateAdds the specified Module to your application.This method allows you to use a custom module factory.