You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`IApplicationConfigurationContributor` defines the `ContributeAsync` method to extend the **application-configuration** endpoint with the specified additional data.
59
-
* You can inject services and perform any logic needed to extend the endpoint as you wish.
68
+
* You can get services from `context.ServiceProvider` and perform any logic needed to extend the endpoint as you wish.
60
69
61
-
> Application configuration contributors are automatically discovered by the ABP and executed as a part of the application configuration initialization process.
70
+
> Application configuration contributors are executed as a part of the application configuration initialization process.
0 commit comments