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).
Name | Description |
---|---|
Application |
Specifies the delegate that creates BlazorBlazor method instead.
|
Modules |
Provides access to IModule |
Object |
Provides access to IObject that allows you to configure Object Spaces used in your application.
|
Security |
Provides access to IBlazor that allows you to configure the Security System.
|
Services |
The IService object that configures additional services of an XAF application.
Inherited from IXaf |
See Also