IModuleBuilder<TContext> Interface
Allows you to add and configure Modules in your application.
Namespace: DevExpress.ExpressApp.ApplicationBuilder
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
public interface IModuleBuilder<TContext>
where TContext :
IXafApplicationBuilder<TContext>
Type Parameters
Name | Description |
---|---|
TContext | The IWinApplicationBuilder or IBlazorApplicationBuilder type. |
See Also