Interface ITenantResolveContext
Inherited Members
Namespace: Volo.Abp.MultiTenancy
Assembly: Volo.Abp.MultiTenancy.Abstractions.dll
Syntax
public interface ITenantResolveContext : IServiceProviderAccessor
Properties
Handled
Declaration
bool Handled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
TenantIdOrName
Declaration
string? TenantIdOrName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |