0
sghorakavi@cpat.com created
- I have image coming from API and I want to change Background image and logo based on the API input. I tried the sample to use SetForCurrentTenantAsync call. It did not fail but did not change the image of the UI. How do I change UI background image dynamically ?
1 Answer(s)
-
0
hi
SetForCurrentTenantAsync
will store your setting value(image url
) for current tenant. You can check theAbpSettings
table to check the values.Then, you need to retrieve the setting value on your Page.
Can you share more details about your page(
Background image and logo
)?Thanks.