Skip to main content
A newer version of this page is available. .
All docs
V22.1
.NET Standard 2.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

DevExpress.ExpressApp.Blazor.ApplicationBuilder Namespace

Contains classes and interfaces that allow you to configure your ASP.NET Core Blazor application in the fluent API-based application builder.

Assemblies: DevExpress.ExpressApp.AuditTrail.Xpo.v22.1.dll, DevExpress.ExpressApp.Blazor.v22.1.dll, DevExpress.ExpressApp.Dashboards.Blazor.v22.1.dll, DevExpress.ExpressApp.FileAttachment.Blazor.v22.1.dll, DevExpress.ExpressApp.Office.Blazor.v22.1.dll, DevExpress.ExpressApp.ReportsV2.Blazor.v22.1.dll, DevExpress.ExpressApp.Validation.Blazor.v22.1.dll

Classes

Name Description
AuditTrailXpoApplicationBuilderExtensions static
BlazorSecurityBuilderExtensions static Extends the IBlazorSecurityBuilder interface with methods to configure authentication in your application.
DashboardsApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Dashboards Module to your application.
FileAttachmentsApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the File Attachments Module to your application.
OfficeApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Office Module to your application.
ReportsApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Reports V2 Module to your application.
ValidationApplicationBuilderExtensions static Extends the IModuleBuilder<TContext> interface with a method to add the Validation Module to your application.

Interfaces

Name Description
IBlazorApplicationBuilder The fluent API-based application builder that allows you to configure your ASP.NET Core Blazor application (add extra Modules, enable the Security System, and so on).
IBlazorSecurityBuilder The fluent API-based builder that allows you to configure the Security System in your ASP.NET Core Blazor application.