Base solution for your next web application
Open Closed

How to change tenant icon and name in ASP .NET Core + jQuery #11940


User avatar
0
kansoftware created

We are using ASP.NET Zero 12.1 (Metronic V8) for our web platform. Currently, we are tasked with a new requirement: to dynamically adjust the favicon and page title based on the tenant context. Project Type: ASP .NET Core + jQuery.

Thanks


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @kansoftware

    In the tenant settings page, a tenant can load a custom logo and css file. You can add two more items to this section and save them as we do for custom logo and css.

    Then, you can use these two info in Layout page.

  • User Avatar
    0
    kansoftware created

    Hi @kansoftware

    In the tenant settings page, a tenant can load a custom logo and css file. You can add two more items to this section and save them as we do for custom logo and css.

    Then, you can use these two info in Layout page.

    Thanks for quick response. Its done as you suggested.