Back to Devexpress

IBlazorApplicationBuilder Members

expressappframework-devexpress-dot-expressapp-dot-blazor-dot-applicationbuilder-dot-iblazorapplicationbuilder-dot-underscore-members.md

latest2.9 KB
Original Source

IBlazorApplicationBuilder Members

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

Properties

NameDescription
ApplicationFactorySpecifies the delegate that creates BlazorApplication. We recommend that you use the BlazorApplicationBuilderExtensions.UseApplication method instead.
ModulesProvides access to IModuleBuilder<TContext> that allows you to register and configure Modules in your application. Inherited from IXafApplicationBuilder<TBuilder>.
ObjectSpaceProvidersProvides access to IObjectSpaceProviderServiceBasedBuilder that allows you to configure Object Spaces used in your application.
SecurityProvides access to IBlazorSecurityBuilder that allows you to configure the Security System.
ServicesThe IServiceCollection object that configures additional services of an XAF application. Inherited from IXafApplicationBuilder<TBuilder>.

Methods

NameDescription
AddBuildStep(Action<XafApplication>)Configures the application on its initialization. Allows you to customize the application during its creation. Inherited from IXafApplicationBuilder<TBuilder>.

See Also

IBlazorApplicationBuilder Interface

DevExpress.ExpressApp.Blazor.ApplicationBuilder Namespace