IBlazorApplicationBuilder Members
In This Article
#Properties
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 |
#Methods
Name | Description |
---|---|
Add |
Configures the application on its initialization. Allows you to customize the application during its creation.
Inherited from IXaf |
See Also