Skip to main content
All docs
V25.2
  • IBlazorApplicationBuilder Interface

    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).

    Namespace: DevExpress.ExpressApp.Blazor.ApplicationBuilder

    Assembly: DevExpress.ExpressApp.Blazor.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.Blazor

    Declaration

    public interface IBlazorApplicationBuilder :
        IApplicationBuilder<IBlazorApplicationBuilder>,
        IXafApplicationBuilder<IBlazorApplicationBuilder>,
        IAccessor<IServiceCollection>,
        ISupportWebApiIntegration
    See Also