Back to Devexpress

IBlazorApplicationBuilder Properties

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

latest2.5 KB
Original Source

IBlazorApplicationBuilder Properties

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

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

See Also

IBlazorApplicationBuilder Interface

IBlazorApplicationBuilder Members

DevExpress.ExpressApp.Blazor.ApplicationBuilder Namespace