0
Mitch created
Is there a simple way of retrieving the current Tenant name either directly into a View or Controller?
(MVC DotNet Core)
1 Answer(s)
-
1
You can use: var tenant = await TenantManager.GetByIdAsync((int)AbpSession.TenantId);
You can then get tenant.tenancyName